AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.2-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions
: Substance - medication substance with two active ingredients - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Substance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-substance"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-substance> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Substance example2</b></p><a name=\"example2\"> </a><a name=\"hcexample2\"> </a><a name=\"example2-en-AU\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1500281000168107}\">Atectura Breezhaler 125/62.5</span></p><blockquote><p><b>ingredient</b></p><p><b>quantity</b>: 150 ug<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeug = 'ug')</span>/1 capsule<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code385049006 = 'Capsule')</span></p><p><b>substance</b>: <span title=\"Codes:{http://snomed.info/sct 927561011000036105}\">indacaterol</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>quantity</b>: 80 ug<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeug = 'ug')</span>/1 capsule<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code385049006 = 'Capsule')</span></p><p><b>substance</b>: <span title=\"Codes:{http://snomed.info/sct 2357011000036107}\">mometasone furoate</span></p></blockquote></div>"
] ; #
fhir:code [
( fhir:coding [
a sct:1500281000168107 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1500281000168107" ] ;
fhir:display [ fhir:v "Atectura Breezhaler 125/62.5 powder for inhalation, capsule" ] ] ) ;
fhir:text [ fhir:v "Atectura Breezhaler 125/62.5" ]
] ; #
fhir:ingredient ( [
fhir:quantity [
fhir:numerator [
fhir:value [ fhir:v "150"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ug" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ug" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "capsule" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385049006" ] ] ] ;
fhir:substance [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:927561011000036105 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "927561011000036105" ] ;
fhir:display [ fhir:v "indacaterol" ] ] ) ]
] [
fhir:quantity [
fhir:numerator [
fhir:value [ fhir:v "80"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ug" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ug" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "capsule" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385049006" ] ] ] ;
fhir:substance [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:2357011000036107 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2357011000036107" ] ;
fhir:display [ fhir:v "mometasone furoate" ] ] ) ]
] ) . #