US Quality Core Implementation Guide
1.0.0-ballot - STU 1 - ballot United States of America flag

US Quality Core Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.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/fhir-us-quality-core/ and changes regularly. See the Directory of published versions

: Patient example

Page standards status: Informative

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-patient"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient example</b></p><a name="example"> </a><a name="hcexample"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-quality-core-patient.html">US Quality Core Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Example Patient  Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --&gt; (ongoing)))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td colspan="3">false</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+1-555-555-0120">+1-555-555-0120</a></li><li><a href="tel:+1-555-555-0121">+1-555-555-0121</a></li><li><a href="tel:+1-555-555-0122">+1-555-555-0122</a></li><li>100 Example Street, Example City, VA 99999(home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Next-of-Kin">Next-of-Kin:</td><td colspan="3"><ul><li>Example Emergency Contact  (Female)</li><li>101 Example Street Example City VA 99999 (home)</li><li><a href="tel:+1-555-555-0123">+1-555-555-0123</a></li><li>Valid Period:2012 --&gt; (ongoing)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-example.html">Organization Example Organization</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="http://example.org/patient/identifiers"/>
    <value value="12345"/>
    <period>
      <start value="2001-05-06"/>
    </period>
    <assigner>
      <display value="Example Healthcare Organization"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Patient"/>
    <given value="Example"/>
  </name>
  <name>
    <use value="usual"/>
    <family value="Patient"/>
    <given value="Example"/>
  </name>
  <name>
    <use value="maiden"/>
    <family value="Previous Patient"/>
    <given value="Example"/>
    <period>
      <end value="2002"/>
    </period>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-555-0120"/>
    <use value="work"/>
    <rank value="1"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-555-0121"/>
    <use value="mobile"/>
    <rank value="2"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-555-0122"/>
    <use value="old"/>
    <period>
      <end value="2014"/>
    </period>
  </telecom>
  <gender value="male"/>
  <birthDate value="1974-12-25">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/patient-birthTime">
      <valueDateTime value="1974-12-25T14:35:45-05:00"/>
    </extension>
  </birthDate>
  <deceasedBoolean value="false"/>
  <address>
    <use value="home"/>
    <type value="both"/>
    <text value="100 Example Street, Example City, VA 99999"/>
    <line value="100 Example Street"/>
    <city value="Example City"/>
    <district value="Example District"/>
    <state value="VA"/>
    <postalCode value="99999"/>
    <period>
      <start value="1974-12-25"/>
    </period>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="N"/>
      </coding>
    </relationship>
    <name>
      <family value="Emergency Contact"/>
      <given value="Example"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="+1-555-555-0123"/>
    </telecom>
    <address>
      <use value="home"/>
      <type value="both"/>
      <line value="101 Example Street"/>
      <city value="Example City"/>
      <district value="Example District"/>
      <state value="VA"/>
      <postalCode value="99999"/>
      <period>
        <start value="1974-12-25"/>
      </period>
    </address>
    <gender value="female"/>
    <period>
      <start value="2012"/>
    </period>
  </contact>
  <managingOrganization>🔗 
    <reference value="Organization/example"/>
  </managingOrganization>
</Patient>