@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.ch/ig/ch-emed/ValueSet/chmed-valueset-posology-detail-object-type> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "chmed-valueset-posology-detail-object-type"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet chmed-valueset-posology-detail-object-type</b></p><a name=\"chmed-valueset-posology-detail-object-type\"> </a><a name=\"hcchmed-valueset-posology-detail-object-type\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-chmed-codesystem-posology-detail-object-type.html\"><code>http://fhir.ch/ig/ch-emed/CodeSystem/chmed-codesystem-posology-detail-object-type</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?7.0.0-ballot-ci-build</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://fhir.ch/ig/ch-emed/ValueSet/chmed-valueset-posology-detail-object-type"^^xsd:anyURI ;
     fhir:l <http://fhir.ch/ig/ch-emed/ValueSet/chmed-valueset-posology-detail-object-type>
  ] ; # 
  fhir:version [ fhir:v "7.0.0-ballot-ci-build"] ; # 
  fhir:name [ fhir:v "PosologyDetailObjectTypeVs"] ; # 
  fhir:title [ fhir:v "CHMED Posology Detail Object Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-16T14:37:29+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Switzerland"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Switzerland" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.hl7.ch/" ]
     ] )
  ] [
     fhir:name [ fhir:v "HL7 Switzerland" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.hl7.ch/" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Value set for defining the type of the posology detail object"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "CH" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "CC0-1.0"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://fhir.ch/ig/ch-emed/CodeSystem/chmed-codesystem-posology-detail-object-type"^^xsd:anyURI ;
         fhir:l <http://fhir.ch/ig/ch-emed/CodeSystem/chmed-codesystem-posology-detail-object-type>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

