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

Generated Narrative

Resource "med0311"

code: Prednisone 5mg tablet (Product) (SNOMED CT#373994007)

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

Ingredients

-Item[x]Strength
*

Resource "sub03"

code: Prednisone (substance) (SNOMED CT#116602009)

5 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:116602009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "116602009" ]; fhir:Coding.display [ fhir:value "Prednisone (substance)" ] ] ] ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:373994007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "373994007" ]; fhir:Coding.display [ fhir:value "Prednisone 5mg tablet (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 "5"^^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 . # -------------------------------------------------------------------------------------