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

FHIR IG analytics

Packagehl7.fhir.uv.fhir-clinical-document.r4b
Resource TypeAllergyIntolerance
IdAllergyIntolerance-e3c99686-2eee-4ff2-9345-0112e4cf7cf5.json
FHIR VersionR4B

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 revised-AllergyIntolerance-47600e0f-b6b5-4308-84b5-5dec157f7637

Last updated: 2024-05-07 11:28:17+0000

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

criticality: High Risk

code: Doxycycline

patient: Eve Everywoman

recordedDate: 2012-09-17

Reactions

-Manifestation
*Hives

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "revised-AllergyIntolerance-47600e0f-b6b5-4308-84b5-5dec157f7637",
  "meta": {
    "lastUpdated": "2024-05-07T11:28:17.000+00:00"
  },
  "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"
      }
    ]
  },
  "type": "allergy",
  "criticality": "high",
  "code": {
    "text": "Doxycycline"
  },
  "patient": {
    "reference": "Patient/revised-Patient",
    "display": "Eve Everywoman"
  },
  "recordedDate": "2012-09-17",
  "reaction": [
    {
      "manifestation": [
        {
          "text": "Hives"
        }
      ]
    }
  ]
}