Dental Data Exchange
1.0.0 - CI Build United States of America flag

Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. See the Directory of published versions

: Allergy example example - XML Representation

Raw xml | Download



<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="Allergy-example-dental"/>
  <meta>
    <versionId value="4"/>
    <lastUpdated value="2020-08-06T17:04:21.858+00:00"/>
    <source value="#E8CdDQ0mBY5KkSU9"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: AllergyIntolerance</b><a name="Allergy-example-dental"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource AllergyIntolerance &quot;Allergy-example-dental&quot; Version &quot;4&quot; Updated &quot;2020-08-06 17:04:21+0000&quot; </p><p style="margin-bottom: 0px">Information Source: #E8CdDQ0mBY5KkSU9!</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-allergyintolerance.html">US Core AllergyIntolerance Profile</a></p></div><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/1.0.0/CodeSystem-allergyintolerance-clinical.html">AllergyIntolerance Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/1.0.0/CodeSystem-allergyintolerance-verification.html">AllergyIntolerance Verification Status</a>#confirmed)</span></p><p><b>category</b>: medication</p><p><b>criticality</b>: high</p><p><b>code</b>: Penicillin G (Ingredient) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (RxNorm#7980 &quot;Penicillin G&quot;)</span></p><p><b>patient</b>: <a href="Patient-example-dental.html">Patient/example-dental: Patient A</a> &quot; A&quot;</p><p><b>onset</b>: 1998-05-01</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="confirmed"/>
    </coding>
  </verificationStatus>
  <category value="medication"/>
  <criticality value="high"/>
  <code>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="7980"/>
      <display value="Penicillin G"/>
    </coding>
    <text value="Penicillin G (Ingredient)"/>
  </code>
  <patient>🔗 
    <reference value="Patient/example-dental"/>
    <display value="Patient A"/>
  </patient>
  <onsetDateTime value="1998-05-01"/>
</AllergyIntolerance>