@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "benzylpenicillin-01"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medication-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Medication

Resource Medication \"benzylpenicillin-01\"

Profile: ADHA Core Medication

code: BENZYLPENICILLIN (PBS Item Codes#02647H; SNOMED CT#21332011000036106 \"benzylpenicillin\"; SNOMED CT#32753011000036104 \"benzylpenicillin 3 g injection, 1 vial\")

form: Injection (SNOMED CT#129011000036109 \"injection\")

Ingredients

-Item[x]Strength
*benzylpenicillin (SNOMED CT#1849011000036104)3 g/1 unit
" ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-type" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/medication-type" ]; fhir:Coding.code [ fhir:value "UPD" ]; fhir:Coding.display [ fhir:value "Unbranded product with no strengths or form" ] ] ]; fhir:Coding.system [ fhir:value "http://pbs.gov.au/code/item" ]; fhir:Coding.code [ fhir:value "02647H" ]; fhir:Coding.display [ fhir:value "BENZYLPENICILLIN" ] ], [ fhir:index 1; a sct:21332011000036106; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-type" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/medication-type" ]; fhir:Coding.code [ fhir:value "UPD" ]; fhir:Coding.display [ fhir:value "Unbranded product with no strengths or form" ] ] ]; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "21332011000036106" ]; fhir:Coding.display [ fhir:value "benzylpenicillin" ] ], [ fhir:index 2; a sct:32753011000036104; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-type" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/medication-type" ]; fhir:Coding.code [ fhir:value "UPDSF" ]; fhir:Coding.display [ fhir:value "Unbranded product with strengths and form" ] ] ]; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "32753011000036104" ]; fhir:Coding.display [ fhir:value "benzylpenicillin 3 g injection, 1 vial" ] ] ]; fhir:Medication.form [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:129011000036109; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "129011000036109" ]; fhir:Coding.display [ fhir:value "injection" ] ]; fhir:CodeableConcept.text [ fhir:value "Injection" ] ]; fhir:Medication.ingredient [ fhir:index 0; fhir:Medication.ingredient.itemCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:1849011000036104; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "1849011000036104" ]; fhir:Coding.display [ fhir:value "benzylpenicillin" ] ] ]; fhir:Medication.ingredient.strength [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "g" ] ]; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "unit" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------