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

Generated Narrative: Medication

Resource Medication "morphine-01"

Profile: ADHA Core Medication

Medication Brand Name: Sevredol

Medication Generic Drug Name: morphine sulfate pentahydrate

identifier: id: 1699, id: PHN7QF8T0N12117

code: morphine sulfate pentahydrate 20 mg tablet (PBS Item Codes#8670H; SNOMED CT#22548011000036107)

manufacturer:

form: Tablet ()

Ingredients

-Item[x]Strength
*morphine ()20 mg/1 unit
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name" ]; fhir:Extension.valueString [ fhir:value "Sevredol" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-generic-name" ]; fhir:Extension.valueString [ fhir:value "morphine sulfate pentahydrate" ] ]; fhir:Medication.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://fhir.erx.com.au/NamingSystem/identifiers#drugId" ]; fhir:Identifier.value [ fhir:value "1699" ] ], [ fhir:index 1; fhir:Identifier.system [ fhir:value "http://fhir.erx.com.au/NamingSystem/identifiers#drugId" ]; fhir:Identifier.value [ fhir:value "PHN7QF8T0N12117" ] ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://pbs.gov.au/code/item" ]; fhir:Coding.code [ fhir:value "8670H" ] ], [ fhir:index 1; a sct:22548011000036107; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "22548011000036107" ] ]; fhir:CodeableConcept.text [ fhir:value "morphine sulfate pentahydrate 20 mg tablet" ] ]; fhir:Medication.manufacturer [ fhir:Reference.identifier [ fhir:Identifier.system [ fhir:value "http://pbs.gov.au/code/manufacturer" ]; fhir:Identifier.value [ fhir:value "MF" ] ] ]; fhir:Medication.form [ fhir:CodeableConcept.text [ fhir:value "Tablet" ] ]; fhir:Medication.ingredient [ fhir:index 0; fhir:Medication.ingredient.itemCodeableConcept [ fhir:CodeableConcept.text [ fhir:value "morphine" ] ]; fhir:Medication.ingredient.strength [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "20"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "mg" ] ]; 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 . # -------------------------------------------------------------------------------------