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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeAllergyIntolerance
IdAllergyIntolerance-lactose.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: AllergyIntolerance lactose

clinicalStatus: Active

verificationStatus: Confirmed

code: Intolerance to lactose

patient: Mia Leanne Banks Female, DoB: 1983-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647261)

onset: 2022

recordedDate: 2023-03-14

recorder: PractitionerRole General practitioner

reaction

manifestation: Abdominal pain, Abdominal bloating, Diarrhoea

severity: Mild


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "lactose",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  },
  "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"
    }
  ]
}