Gravitate Health FHIR Implementation Guide (FHIR R4)
0.1.0 - CI Build

Gravitate Health FHIR Implementation Guide (FHIR R4), published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health-ips/ and changes regularly. See the Directory of published versions

: Ovl-Alicia-medication-allergy - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "Ovl-Alicia-medication-allergy",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance Ovl-Alicia-medication-allergy</b></p><a name=\"Ovl-Alicia-medication-allergy\"> </a><a name=\"hcOvl-Alicia-medication-allergy\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification unconfirmed}\">Unconfirmed</span></p><p><b>category</b>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 7980}\">Penicillin G</span></p><p><b>patient</b>: <a href=\"Bundle-Ovl-gravitate-Alicia.html#Patient_Ovl-alicia-patient\">Alicia Gravitate  Female, DoB: 1998-10-05 ( https://www.gravitatehealth.eu/sid/doc#alicia-1-local)</a></p><p><b>recordedDate</b>: 2025-03-01</p><p><b>recorder</b>: <a href=\"Bundle-Ovl-gravitate-Alicia.html#Practitioner_Ovl-alicia-pract\">Dr. Walter Waltz</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 247472004}\">Hives</span></td></tr></table></div>"
  },
  "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" : "unconfirmed",
        "display" : "Unconfirmed"
      }
    ]
  },
  "category" : [
    "medication"
  ],
  "criticality" : "high",
  "code" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "7980",
        "display" : "Penicillin G"
      }
    ]
  },
  "patient" : {
    "reference" : "Patient/Ovl-alicia-patient"
  },
  "recordedDate" : "2025-03-01",
  "recorder" : {
    "reference" : "Practitioner/Ovl-alicia-pract",
    "display" : "Dr. Walter Waltz"
  },
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "247472004",
              "display" : "Hives"
            }
          ]
        }
      ]
    }
  ]
}