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-Initial-Medication"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.3"^^xsd:anyURI ; fhir:link <https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|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:763158003 ; 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 "763158003" ] ; fhir:display [ fhir:v "Medicinal product (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:url [ fhir:v "http://fhir.de/StructureDefinition/normgroesse"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "N1" ] ] ) ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.de/CodeSystem/ifa/pzn"^^xsd:anyURI ] ; fhir:code [ fhir:v "08585997" ] ] ) ; fhir:text [ fhir:v "Prospan® Hustensaft 100ml" ] ] ; # fhir:form [ ( fhir:coding [ fhir:system [ fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM"^^xsd:anyURI ] ; fhir:code [ fhir:v "FLE" ] ] ) ] ; # fhir:ingredient ( [ fhir:item [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://fhir.de/CodeSystem/ask"^^xsd:anyURI ] ; fhir:code [ fhir:v "R05CA12" ] ] ) ; fhir:text [ fhir:v "Hederae folium (Extr.sicc.(5-7.5:1))" ] ] ; fhir:strength [ fhir:numerator [ fhir:value [ fhir:v "7"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ] ; fhir:denominator [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "ml" ] ] ] ] ) . #