AU Core Implementation Guide
0.4.1-preview - Preview Australia flag

This page is part of the AU Core (v0.4.1-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: AllergyIntolerance - Lactose intolerance - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "AllergyIntolerance",
  "id" : "lactose",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-allergyintolerance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance lactose</b></p><a name=\"lactose\"> </a><a name=\"hclactose\"> </a><a name=\"lactose-en-AU\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 782415009}\">Intolerance to lactose</span></p><p><b>patient</b>: <a href=\"Patient-banks-mia-leanne.html\">Mia Leanne Banks  Female, DoB: 1983-08-25 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608333647261)</a></p><p><b>onset</b>: 2022</p><p><b>recordedDate</b>: 2023-03-14</p><p><b>recorder</b>: <a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole General practitioner</a></p><p><b>asserter</b>: <a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole General practitioner</a></p><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 21522001}\">Abdominal pain</span>, <span title=\"Codes:{http://snomed.info/sct 116289008}\">Abdominal bloating</span>, <span title=\"Codes:{http://snomed.info/sct 62315008}\">Diarrhoea</span></p><p><b>severity</b>: Mild</p></blockquote></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "782415009",
        "display" : "Intolerance to lactose"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/banks-mia-leanne"
  },
  "onsetDateTime" : "2022",
  "recordedDate" : "2023-03-14",
  "recorder" : {
    🔗 "reference" : "PractitionerRole/bobrester-bob-gp"
  },
  "asserter" : {
    🔗 "reference" : "PractitionerRole/bobrester-bob-gp"
  },
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "21522001",
              "display" : "Abdominal pain"
            }
          ]
        },
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "116289008",
              "display" : "Abdominal bloating"
            }
          ]
        },
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "62315008",
              "display" : "Diarrhoea"
            }
          ]
        }
      ],
      "severity" : "mild"
    }
  ]
}