C-CDA on FHIR
2.0.0-ballot - STU 2 Ballot United States of America flag

C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions

: FC-allergy-example - XML Representation

Raw xml | Download


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="FC-allergy"/>
  <meta>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="N"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance FC-allergy</b></p><a name="FC-allergy"> </a><a name="hcFC-allergy"> </a><a name="FC-allergy-en-US"> </a><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2</code>/545077400001, <code>urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2</code>/545077400003</p><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}">Active</span></p><p><b>type</b>: Intolerance</p><p><b>category</b>: Medication</p><p><b>code</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1191}, {http://snomed.info/sct 293586001}">aspirin</span></p><p><b>patient</b>: <a href="Patient-CF-patient.html">Myra Jones  Female, DoB: 1947-05-01 ( urn:oid:1.3.6.1.4.1.22812.3.2009316.3#160920144139807)</a></p><p><b>onset</b>: 2008-05-01</p><h3>Reactions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 247472004}">Hives</span></td><td>Severe</td></tr></table></div>
  </text>
  <identifier>
    <system value="urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2"/>
    <value value="545077400001"/>
  </identifier>
  <identifier>
    <system value="urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2"/>
    <value value="545077400003"/>
  </identifier>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <type value="intolerance"/>
  <category value="medication"/>
  <code>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="1191"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="293586001"/>
    </coding>
  </code>
  <patient>🔗 
    <reference value="Patient/CF-patient"/>
  </patient>
  <onsetDateTime value="2008-05-01"/>
  <reaction>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="247472004"/>
      </coding>
      <text value="Hives"/>
    </manifestation>
    <severity value="severe"/>
  </reaction>
</AllergyIntolerance>