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 - XML Representation

Raw xml | Download


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="Ovl-Alicia-medication-allergy"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
      <code value="unconfirmed"/>
      <display value="Unconfirmed"/>
    </coding>
  </verificationStatus>
  <category value="medication"/>
  <criticality value="high"/>
  <code>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="7980"/>
      <display value="Penicillin G"/>
    </coding>
  </code>
  <patient>
    <reference value="Patient/Ovl-alicia-patient"/>
  </patient>
  <recordedDate value="2025-03-01"/>
  <recorder>
    <reference value="Practitioner/Ovl-alicia-pract"/>
    <display value="Dr. Walter Waltz"/>
  </recorder>
  <reaction>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="247472004"/>
        <display value="Hives"/>
      </coding>
    </manifestation>
  </reaction>
</AllergyIntolerance>