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

FHIR IG analytics

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

clinicalStatus: Active

criticality: High Risk

code: Penicillin

patient: Deangelo HOWE Male, DoB: 1975-06-21 ( IHI: Austalian Healthcare Identifier - Individual#8003608000311621)

recordedDate: 1999-08-25

note:

The criticality is high due to a documented episode of hives following penicillin administration.

Reactions

-Manifestation
*Hives

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "penicillin",
  "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"
      }
    ]
  },
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "764146007",
        "display": "Penicillin"
      }
    ]
  },
  "patient": {
    "reference": "Patient/howe-deangelo"
  },
  "recordedDate": "1999-08-25",
  "note": [
    {
      "text": "The criticality is high due to a documented episode of hives following penicillin administration."
    }
  ],
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "247472004",
              "display": "Hives"
            }
          ]
        }
      ]
    }
  ]
}