DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 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")

Raw XML

<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="medication"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text><!--    the date that this entry was recorded    -->
  <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="high"/>
  <category value="medication"/>
  <event>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="247472004"/>
        <display value="Hives"/>
      </coding>
    </manifestation>
  </event>
</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.