FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeSubstance
IdSubstance-example2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Substance example2

code: Atectura Breezhaler 125/62.5

ingredient

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

substance: Indacaterol

ingredient

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

substance: Mometasone furoate


Source1

{
  "resourceType": "Substance",
  "id": "example2",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-substance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "702801003",
            "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": "395802006",
            "display": "Mometasone furoate"
          }
        ]
      }
    }
  ]
}