Dental Data Exchange
0.1.0 - STU1 Ballot

This page is part of the Dental Data Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, 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</b></p><p><b>id</b>: Allergy-example-dental</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}">Confirmed</span></p><p><b>category</b>: medication</p><p><b>criticality</b>: high</p><p><b>code</b>: <span title="Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 7980}">Penicillin G (Ingredient)</span></p><p><b>patient</b>: <a href="Patient-example-dental.html">Patient A. Generated Summary: id: example-dental; Medical Record Number: 5152020 (USUAL); active; Patient A ; ph: 123-456-7890(HOME), testA@email.com; gender: male; birthDate: 1990-01-01</a></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>