@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "fluconazole-01"] ; # 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 fluconazole-01 code: Fluconazoleform: injectionIngredients-Item[x]IsActiveStrength*Fluconazole-containing producttrue200 mg (Details: UCUM codemg = 'mg')/100 mL (Details: UCUM codemL = 'mL')" ] ; # fhir:code [ fhir:text [ fhir:v "Fluconazole" ] ] ; # fhir:form [ fhir:coding ( [ a sct:129011000036109 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "129011000036109" ] ; fhir:display [ fhir:v "injection" ] ] ) ] ; # fhir:ingredient ( [ fhir:item [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:31865003 ; 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 "31865003" ] ; fhir:display [ fhir:v "Fluconazole-containing product" ] ] ) ] ; fhir:isActive [ fhir:v "true"^^xsd:boolean ] ; fhir:strength [ fhir:numerator [ fhir:value [ fhir:v "200"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg" ] ] ; fhir:denominator [ fhir:value [ fhir:v "100"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mL" ] ] ] ] ) . # # -------------------------------------------------------------------------------------
Generated Narrative: Medication fluconazole-01
code: Fluconazole
form: injection