@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Substance; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example2"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-substance"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Substance

Resource Substance \"example2\"

Profile: AU Base Substance

code: Atectura Breezhaler 125/62.5 (SNOMED CT#1500281000168107 \"Atectura Breezhaler 125/62.5 powder for inhalation, capsule\")

ingredient

quantity: 150 ug (Details: UCUM code ug = 'ug')/1 capsule (Details: SNOMED CT code 385049006 = 'Capsule')

substance: indacaterol (SNOMED CT#927561011000036105)

ingredient

quantity: 80 ug (Details: UCUM code ug = 'ug')/1 capsule (Details: SNOMED CT code 385049006 = 'Capsule')

substance: mometasone furoate (SNOMED CT#2357011000036107)

" ]; fhir:Substance.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:1500281000168107; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "1500281000168107" ]; fhir:Coding.display [ fhir:value "Atectura Breezhaler 125/62.5 powder for inhalation, capsule" ] ]; fhir:CodeableConcept.text [ fhir:value "Atectura Breezhaler 125/62.5" ] ]; fhir:Substance.ingredient [ fhir:index 0; fhir:Substance.ingredient.quantity [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "150"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "ug" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "ug" ] ]; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "capsule" ]; fhir:Quantity.system [ fhir:value "http://snomed.info/sct" ]; fhir:Quantity.code [ fhir:value "385049006" ] ] ]; fhir:Substance.ingredient.substanceCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:927561011000036105; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "927561011000036105" ]; fhir:Coding.display [ fhir:value "indacaterol" ] ] ] ], [ fhir:index 1; fhir:Substance.ingredient.quantity [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "80"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "ug" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "ug" ] ]; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "capsule" ]; fhir:Quantity.system [ fhir:value "http://snomed.info/sct" ]; fhir:Quantity.code [ fhir:value "385049006" ] ] ]; fhir:Substance.ingredient.substanceCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:2357011000036107; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "2357011000036107" ]; fhir:Coding.display [ fhir:value "mometasone furoate" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------