AU Base Implementation Guide
4.2.2-ballot - Ballot
This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Substance",
"id" : "example2",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/StructureDefinition/au-substance"
]
},
"text" : {
"status" : "generated",
"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>"
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1500281000168107",
"display" : "Atectura Breezhaler 125/62.5 powder for inhalation, capsule"
}
],
"text" : "Atectura Breezhaler 125/62.5"
},
"ingredient" : [
{
"quantity" : {
"numerator" : {
"value" : 150,
"unit" : "ug",
"system" : "http://unitsofmeasure.org",
"code" : "ug"
},
"denominator" : {
"value" : 1,
"unit" : "capsule",
"system" : "http://snomed.info/sct",
"code" : "385049006"
}
},
"substanceCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "927561011000036105",
"display" : "indacaterol"
}
]
}
},
{
"quantity" : {
"numerator" : {
"value" : 80,
"unit" : "ug",
"system" : "http://unitsofmeasure.org",
"code" : "ug"
},
"denominator" : {
"value" : 1,
"unit" : "capsule",
"system" : "http://snomed.info/sct",
"code" : "385049006"
}
},
"substanceCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "2357011000036107",
"display" : "mometasone furoate"
}
]
}
}
]
}