Patient Cost Transparency Implementation Guide
0.1.0 - STU 1 Ballot

This page is part of the Da Vinci Patient Cost Transparency Implementation Guide (v0.1.0: STU 1 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: patient1001 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patient1001"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "patient1001" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-davinci-pct-patient.html">PCT Patient</a></p></div><p><b>identifier</b>: Member Number: 12345, Employee number: 667788</p><p><b>name</b>: Eve Betterhalf</p><p><b>telecom</b>: ph: 781-949-4949(MOBILE)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1955-07-23</p><p><b>address</b>: 222 Burlington Road, Bedford MA 01730</p><p><b>maritalStatus</b>: unmarried <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/2.1.0/CodeSystem-v3-MaritalStatus.html">MaritalStatus</a>#U)</span></p><h3>Communications</h3><table class="grid"><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>English (United States) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/2.1.0/CodeSystem-v3-ietf3066.html">Tags for the Identification of Languages</a>#en-US)</span></td><td>true</td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MB"/>
        <display value="Member Number"/>
      </coding>
    </type>
    <system value="http://example.com/identifiers/member"/>
    <value value="12345"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="EI"/>
        <display value="Employee number"/>
      </coding>
    </type>
    <system value="http://example.com/identifiers/employee"/>
    <value value="667788"/>
  </identifier>
  <name>
    <text value="Eve Betterhalf"/>
    <family value="Betterhalf"/>
    <given value="Eve"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="781-949-4949"/>
    <use value="mobile"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1955-07-23"/>
  <address>
    <text value="222 Burlington Road, Bedford MA 01730"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="U"/>
      <display value="unmarried"/>
    </coding>
  </maritalStatus>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="en-US"/>
        <display value="English (United States)"/>
      </coding>
    </language>
    <preferred value="true"/>
  </communication>
</Patient>