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

Generated Narrative: Medication amoxicillin-02

code: Amoxicillin 500mg Capsule

form: Capsule

Ingredients

-Item[x]Strength
*Amoxicillin500 mg/1 unit
" ] ; # fhir:code [ fhir:coding ( [ a sct:23551011000036108 ; 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 "UPDSF" ] ; fhir:display [ fhir:v "Unbranded product with strengths and form" ] ] ] ) ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "23551011000036108" ] ; fhir:display [ fhir:v "amoxicillin 500 mg capsule" ] ] ) ; fhir:text [ fhir:v "Amoxicillin 500mg Capsule" ] ] ; # fhir:form [ fhir:text [ fhir:v "Capsule" ] ] ; # fhir:ingredient ( [ fhir:item [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:21415011000036100 ; 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 "UPD" ] ; fhir:display [ fhir:v "Unbranded product with no strengths or form" ] ] ] ) ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "21415011000036100" ] ; fhir:display [ fhir:v "amoxicillin" ] ] ) ; fhir:text [ fhir:v "Amoxicillin" ] ] ; fhir:strength [ fhir:numerator [ fhir:value [ fhir:v "500"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ] ; fhir:denominator [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "unit" ] ] ] ] ) . # # -------------------------------------------------------------------------------------