@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "benpen-02"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medication-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # Able to support only coded medication fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Medication benpen-02

Medication Generic Drug Name: Benzylpenicillin

Medication Brand Name: Benpen

code: Benpen 3 g powder for injection, 1 vial

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

form: Injection

Ingredients

-Item[x]Strength
*Benzylpenicillin3 g/1 unit
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-generic-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "Benzylpenicillin" ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "Benpen" ] ] ) ; # fhir:code [ fhir:coding ( [ a sct:32328011000036106 ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-type"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/medication-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "BPDSF" ] ; fhir:display [ fhir:v "Branded product with strengths and form" ] ] ] ) ; # Branded Medication form and strength (TPP Preferred Term) fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "32328011000036106" ] ; fhir:display [ fhir:v "Benpen 3 g powder for injection, 1 vial" ] ] ) ] ; # fhir:manufacturer [ fhir:identifier [ fhir:system [ fhir:v "http://pbs.gov.au/code/manufacturer"^^xsd:anyURI ] ; fhir:value [ fhir:v "CS" ] ] ] ; # fhir:form [ fhir:text [ fhir:v "Injection" ] ] ; # fhir:ingredient ( [ fhir:item [ a fhir:CodeableConcept ; fhir:text [ fhir:v "Benzylpenicillin" ] ] ; fhir:strength [ fhir:numerator [ fhir:value [ fhir:v "3"^^xsd:decimal ] ; fhir:unit [ fhir:v "g" ] ] ; fhir:denominator [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "unit" ] ] ] ] ) . # # -------------------------------------------------------------------------------------