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

FHIR IG analytics

Packagefhir.ph.core
Resource TypeAllergyIntolerance
IdAllergyIntolerance-allergy-single-ex.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

Juan Dela Cruz has a high criticality, active allergy to Benethamine penicillin.

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "allergy-single-ex",
  "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": "294494002",
        "display": "Benethamine penicillin allergy"
      }
    ]
  },
  "patient": {
    "reference": "Patient/patient-single-ex"
  }
}