HL7 Belgium FHIR specifications
0.1 - QA review

This page is part of the HL7 Belgium FHIR Specifications (v2020May: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Suspected Allergy - XML Representation

(back to description)

Raw xml

Source view


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="noel-allergy.v0"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-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>: noel-allergy.v0</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)</span></p><p><b>verificationStatus</b>: Unconfirmed <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-verification code 'unconfirmed' = 'Unconfirmed)</span></p><p><b>type</b>: allergy</p><p><b>category</b>: medication</p><p><b>code</b>: Allergic to Penicillin antibacterial <span style="background: LightGoldenRodYellow">(Details : {[not stated] code '373270004' = '373270004', given as 'Penicillin antibacterial'})</span></p><p><b>patient</b>: <a href="Patient-noel.html">Generated Summary: id: noel; Social Beneficiary Identifier = 80010112344 (OFFICIAL); active; Noël Joyeux (OFFICIAL); noel.joyeux@belgium.be, ph: +322476792981(MOBILE), ph: +3226718655(HOME); gender: male; birthDate: 1980-01-10; <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}, {https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-civilstate 20}">Married</span></a></p><p><b>onset</b>: 01-Jan-2020 00:00:00</p><p><b>recordedDate</b>: 20-Feb-2020 04:58:00</p><p><b>recorder</b>: <a href="Practitioner-durant.html">Generated Summary: id: durant; 50010112345 (OFFICIAL), 18749704355 (OFFICIAL); Paul Durant (OFFICIAL); ph: 023544117(WORK), paul.durant@durantclinique.be(WORK); gender: male</a></p><p><b>note</b>: to be confirmed by tests.</p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
      <code value="unconfirmed"/>
    </coding>
  </verificationStatus>
  <type value="allergy"/>
  <category value="medication"/>
  <code>
    <coding>
      <code value="373270004"/>
      <display value="Penicillin antibacterial"/>
    </coding>
    <text value="Allergic to Penicillin antibacterial"/>
  </code>
  <patient>
    <reference value="Patient/noel"/>
  </patient>
  <onsetDateTime value="2020"/>
  <recordedDate value="2020-02-20T14:58:00+11:00"/>
  <recorder>
    <reference value="Practitioner/durant"/>
  </recorder>
  <note>
    <text value="to be confirmed by tests."/>
  </note>
</AllergyIntolerance>