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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeAllergyIntolerance
IdAllergyIntolerance-penicillin-allergy-example-1.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-allergy-example-1

clinicalStatus: Active

verificationStatus: Confirmed

category: Medication

criticality: High Risk

code: Penicillin

patient: James Wolff

Reactions

-Manifestation
*Wheezing

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "penicillin-allergy-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "764146007",
        "display": "Substance with penicillin structure (substance)"
      }
    ],
    "text": "Penicillin"
  },
  "patient": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "56018004",
              "display": "Wheezing"
            }
          ]
        }
      ]
    }
  ]
}