@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "morphine-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medication-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # Used by ePrescribing MedicationRequest etp-04 fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Medication morphine-01

Medication Brand Name: Sevredol

Medication Generic Drug Name: morphine sulfate pentahydrate

identifier: http://fhir.erx.com.au/NamingSystem/identifiers#drugId/1699, http://fhir.erx.com.au/NamingSystem/identifiers#drugId/PHN7QF8T0N12117

code: morphine sulfate pentahydrate 20 mg tablet

manufacturer: Identifier: http://pbs.gov.au/code/manufacturer/MF

form: Tablet

Ingredients

-Item[x]Strength
*morphine20 mg/1 unit
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "Sevredol" ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-generic-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "morphine sulfate pentahydrate" ] ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "http://fhir.erx.com.au/NamingSystem/identifiers#drugId"^^xsd:anyURI ] ; fhir:value [ fhir:v "1699" ] ] [ fhir:system [ fhir:v "http://fhir.erx.com.au/NamingSystem/identifiers#drugId"^^xsd:anyURI ] ; fhir:value [ fhir:v "PHN7QF8T0N12117" ] ] ) ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://pbs.gov.au/code/item"^^xsd:anyURI ] ; fhir:code [ fhir:v "8670H" ] ] [ a sct:22548011000036107 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "22548011000036107" ] ] ) ; fhir:text [ fhir:v "morphine sulfate pentahydrate 20 mg tablet" ] ] ; # fhir:manufacturer [ fhir:identifier [ fhir:system [ fhir:v "http://pbs.gov.au/code/manufacturer"^^xsd:anyURI ] ; fhir:value [ fhir:v "MF" ] ] ] ; # fhir:form [ fhir:text [ fhir:v "Tablet" ] ] ; # fhir:ingredient ( [ fhir:item [ a fhir:CodeableConcept ; fhir:text [ fhir:v "morphine" ] ] ; fhir:strength [ fhir:numerator [ fhir:value [ fhir:v "20"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ] ; fhir:denominator [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "unit" ] ] ] ] ) . # # -------------------------------------------------------------------------------------