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

: Patient A (example) - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="example-dental"/>
  <meta>
    <versionId value="5"/>
    <lastUpdated value="2020-08-06T17:04:19.612+00:00"/>
    <source value="#JZHO74QMsJTO1bf6"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><div class="hapiHeaderText">Patient <b>A </b></div><table class="hapiPropertyTable"><tbody><tr><td>Identifier</td><td>5152020</td></tr><tr><td>Address</td><td><span>123 Test Dr. </span><br/><span>Denver </span><span>CO </span><span>US </span></td></tr><tr><td>Date of birth</td><td><span>01 January 1990</span></td></tr></tbody></table></div>
  </text>
  <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2106-3"/>
        <display value="White"/>
      </valueCoding>
    </extension>
    <extension url="detailed">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="1516-4"/>
        <display value="Zuni"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Mixed"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity">
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2135-2"/>
        <display value="Hispanic or Latino"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Hispanic or Latino"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
    <valueCode value="M"/>
  </extension>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record Number"/>
      </coding>
      <text value="Medical Record Number"/>
    </type>
    <system value="http://clinic.goodhealth.org"/>
    <value value="5152020"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="A"/>
    <given value="Patient"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="123-456-7890"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="testA@email.com"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1990-01-01"/>
  <address>
    <line value="123 Test Dr."/>
    <city value="Denver"/>
    <state value="CO"/>
    <postalCode value="80204"/>
    <country value="US"/>
  </address>
</Patient>