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

Generated Narrative

Resource "med0320"

code: Azithromycin 250mg capsule (product) (SNOMED CT#324252006)

form: Tablet dose form (qualifier value) (SNOMED CT#385055001)

Ingredients

-Item[x]Strength
*

Resource "sub03"

code: Azithromycin (substance) (SNOMED CT#387531004)

250 mg (Details: UCUM code mg = 'mg')/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm) (Details: http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm code TAB = 'Tablet')
" ]; fhir:DomainResource.contained [ a fhir:Substance; fhir:index 0; fhir:Resource.id [ fhir:value "sub03" ]; fhir:Substance.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:387531004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "387531004" ]; fhir:Coding.display [ fhir:value "Azithromycin (substance)" ] ] ] ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:324252006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "324252006" ]; fhir:Coding.display [ fhir:value "Azithromycin 250mg capsule (product)" ] ] ]; fhir:Medication.form [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:385055001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "385055001" ]; fhir:Coding.display [ fhir:value "Tablet dose form (qualifier value)" ] ] ]; fhir:Medication.ingredient [ fhir:index 0; fhir:Medication.ingredient.itemReference [ fhir:Reference.reference [ fhir:value "#sub03" ] ]; fhir:Medication.ingredient.strength [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "250"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mg" ] ]; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm" ]; fhir:Quantity.code [ fhir:value "TAB" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------