@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "med0317"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "med0317"

form: Injection Solution (qualifier value) (SNOMED CT#385219001)

ingredient

item: Potassium Chloride (RxNorm#204520)

strength: 2 meq (Details: UCUM code meq = 'meq')/1 mL (Details: UCUM code mL = 'mL')

ingredient

item: Sodium Chloride 0.9% injectable solution (RxNorm#313002)

strength: 0.9 g (Details: UCUM code g = 'g')/100 mL (Details: UCUM code mL = 'mL')

" ]; fhir:Medication.form [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:385219001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "385219001" ]; fhir:Coding.display [ fhir:value "Injection Solution (qualifier value)" ] ]; fhir:CodeableConcept.text [ fhir:value "Injection Solution (qualifier value)" ] ]; fhir:Medication.ingredient [ fhir:index 0; fhir:Medication.ingredient.itemCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ]; fhir:Coding.code [ fhir:value "204520" ]; fhir:Coding.display [ fhir:value "Potassium Chloride" ] ] ]; fhir:Medication.ingredient.strength [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "2"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "meq" ] ]; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mL" ] ] ] ], [ fhir:index 1; fhir:Medication.ingredient.itemCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ]; fhir:Coding.code [ fhir:value "313002" ]; fhir:Coding.display [ fhir:value "Sodium Chloride 0.9% injectable solution" ] ] ]; fhir:Medication.ingredient.strength [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "0.9"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "g" ] ]; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "100"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mL" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------