Implementation Guide
Version 1.2.0 - release

: Zyto Medikation - TTL Representation

Raw ttl | Download


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-Zyto-Medication"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Compounding|1.3"^^xsd:anyURI ;
fhir:link <https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Compounding|1.3>     ] )
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Medication_Type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:1208954007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000274103/version/20240515" ] ;
fhir:code [ fhir:v "1208954007" ] ;
fhir:display [ fhir:v "Extemporaneous preparation (product)" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Category"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "00" ]     ]
  ] [
fhir:url [ fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Vaccine"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false     ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rezeptur" ]     ] )
  ] ; # 
  fhir:form [
fhir:text [ fhir:v "Infusionslösung" ]
  ] ; # 
  fhir:amount [
fhir:numerator [
      ( fhir:extension [
fhir:url [ fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_PackagingSize"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "500"         ]       ] ) ;
fhir:unit [ fhir:v "ml" ]     ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ]     ]
  ] ; # 
  fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Etoposid" ]     ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "180"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ]       ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ]       ]     ]
  ] [
fhir:item [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "NaCl 0,9 %" ]     ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ml" ]       ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ]       ]     ]
  ] ) . #