DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Allergyintolerance-medication.xml

Raw XML (canonical form)

A typical Medication allergy from a clinical system (id = "medication")

<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="medication"/>
  
  <!--    the date that this entry was recorded    -->  
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medication</p><p><b>recordedDate</b>: 01/03/2010</p><p><b>recorder</b>: <a>Practitioner/13</a></p><p><b>patient</b>: <a>Patient/example</a></p><p><b>substance</b>: ALLERGENIC EXTRACT, PENICILLIN <span>(Details : {RxNorm code '314422' = '??', given as 'ALLERGENIC EXTRACT, PENICILLIN'})</span></p><p><b>status</b>: unconfirmed</p><p><b>criticality</b>: CRITH</p><p><b>category</b>: medication</p><h3>Reactions</h3><table><tr><td>-</td><td><b>Manifestation</b></td></tr><tr><td>*</td><td>Hives <span>(Details : {SNOMED CT code '247472004' = '247472004', given as 'Hives'})</span></td></tr></table></div></text><recordedDate value="2010-03-01"/>
  
  <!--    who made the record / last updated it    -->
  <recorder>
    <reference value="Practitioner/13"/>
  </recorder>
  
  <!--    the patient that actually has the risk of adverse reaction    -->
  <patient>
    <reference value="Patient/example"/>
  </patient>

  <!--    subtance, coded from RxNorm    -->
  <substance>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="314422"/>
      <display value="ALLERGENIC EXTRACT, PENICILLIN"/>
    </coding>
  </substance>
 
  <status value="unconfirmed"/>
  <criticality value="CRITH"/> 
  <category value="medication"/>
  
  <reaction> 
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="247472004"/>
        <display value="Hives"/>
      </coding>
    </manifestation>
  </reaction>
</AllergyIntolerance>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.