HL7 FHIR® UK Core
4.0.0 - CI Build

HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions

AllergyIntolerance-UKCore-AllergyIntolerance-Example - XML Representation

(back to description)

Raw xml

Source view


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="UKCore-AllergyIntolerance-Example"/>
  <meta>
    <profile
             value="https://fhir.nhs.uk/R4/StructureDefinition/UKCore-AllergyIntolerance"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: UKCore-AllergyIntolerance-Example</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical code 'active' = 'Active', given as 'Active'})</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-verification code 'confirmed' = 'Confirmed', given as 'Confirmed'})</span></p><p><b>type</b>: allergy</p><p><b>category</b>: medication</p><p><b>code</b>: Amoxicillin <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '372687004' = 'Amoxicillin (substance)', given as 'Amoxicillin'})</span></p><p><b>patient</b>: <a href="AllergyIntolerance-UKCore-AllergyIntolerance-Example.html">Generated Summary: id: UKCore-Patient-Example; 9912003888; Richard SMITH (OFFICIAL); ph: 01131231234; gender: male; birthDate: 1970-09-11</a></p><p><b>encounter</b>: <a href="AllergyIntolerance-UKCore-AllergyIntolerance-Example.html">Generated Summary: id: UKCore-Encounter-Example; 6f40cebe-7b55-461d-9d7f-eadb4c065762; status: finished; <span title="{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}">inpatient encounter</span>; <span title="Codes: {http://snomed.info/sct 185212007}">Seen in hospital ward (finding)</span>; period: 10 Dec 2019, 13:00:00 --&gt; 11 Dec 2019, 13:00:00; <span title="Codes: {http://snomed.info/sct 7922000}">General treatment (procedure)</span></a></p><p><b>recordedDate</b>: 10 Dec 2019, 13:00:00</p><p><b>recorder</b>: <a href="AllergyIntolerance-UKCore-AllergyIntolerance-Example.html">Generated Summary: id: UKCore-Practitioner-Example; G12345678; Paul Rastall ; ph: 0113 6323200(WORK); gender: male</a></p><p><b>asserter</b>: <a href="AllergyIntolerance-UKCore-AllergyIntolerance-Example.html">Generated Summary: id: UKCore-Practitioner-Example; G12345678; Paul Rastall ; ph: 0113 6323200(WORK); gender: male</a></p><h3>Reactions</h3><table class="grid"><tr><td>-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td>*</td><td>Urticarial rash <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '247472004' = 'Weal', given as 'Urticarial rash'})</span></td><td>mild</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="confirmed"/>
      <display value="Confirmed"/>
    </coding>
  </verificationStatus>
  <type value="allergy"/>
  <category value="medication"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="372687004"/>
      <display value="Amoxicillin"/>
    </coding>
  </code>
  <patient>
    <reference value="Patient/UKCore-Patient-Example"/>
  </patient>
  <encounter>
    <reference value="Encounter/UKCore-Encounter-Example"/>
  </encounter>
  <recordedDate value="2019-12-10T13:00:00+00:00"/>
  <recorder>
    <reference value="Practitioner/UKCore-Practitioner-Example"/>
  </recorder>
  <asserter>
    <reference value="Practitioner/UKCore-Practitioner-Example"/>
  </asserter>
  <reaction>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="247472004"/>
        <display value="Urticarial rash"/>
      </coding>
    </manifestation>
    <severity value="mild"/>
  </reaction>
</AllergyIntolerance>