AU Base Implementation Guide
4.2.1-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.1-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 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "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><b>Generated Narrative: Substance</b><a name=\"example2\"> </a><a name=\"hcexample2\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Substance &quot;example2&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-substance.html\">AU Base Substance</a></p></div><p><b>code</b>: Atectura Breezhaler 125/62.5 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1500281000168107 &quot;Atectura Breezhaler 125/62.5 powder for inhalation, capsule&quot;)</span></p><blockquote><p><b>ingredient</b></p><p><b>quantity</b>: 150 ug<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code ug = 'ug')</span>/1 capsule<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 385049006 = 'Capsule')</span></p><p><b>substance</b>: indacaterol <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#927561011000036105)</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>quantity</b>: 80 ug<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code ug = 'ug')</span>/1 capsule<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 385049006 = 'Capsule')</span></p><p><b>substance</b>: mometasone furoate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#2357011000036107)</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"
          }
        ]
      }
    }
  ]
}