@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "benpen-02"]; 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 "extensions" ]; fhir:Narrative.div "

Generated Narrative: Medication

Resource Medication "benpen-02"

Profile: ADHA Core Medication

Medication Generic Drug Name: Benzylpenicillin

Medication Brand Name: Benpen

code: Benpen 3 g powder for injection, 1 vial (SNOMED CT#32328011000036106)

manufacturer:

form: Injection ()

Ingredients

-Item[x]Strength
*Benzylpenicillin ()3 g/1 unit
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-generic-name" ]; fhir:Extension.valueString [ fhir:value "Benzylpenicillin" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name" ]; fhir:Extension.valueString [ fhir:value "Benpen" ] ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:32328011000036106; 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 "BPDSF" ]; fhir:Coding.display [ fhir:value "Branded product with strengths and form" ] ] ]; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "32328011000036106" ]; fhir:Coding.display [ fhir:value "Benpen 3 g powder for injection, 1 vial" ] ] ]; fhir:Medication.manufacturer [ fhir:Reference.identifier [ fhir:Identifier.system [ fhir:value "http://pbs.gov.au/code/manufacturer" ]; fhir:Identifier.value [ fhir:value "CS" ] ] ]; fhir:Medication.form [ fhir:CodeableConcept.text [ fhir:value "Injection" ] ]; fhir:Medication.ingredient [ fhir:index 0; fhir:Medication.ingredient.itemCodeableConcept [ fhir:CodeableConcept.text [ 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 . # -------------------------------------------------------------------------------------