MCC eCare Plan Implementation Guide
1.0.0 - ballot United States of America flag

MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. 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/fhir-us-mcc/ and changes regularly. See the Directory of published versions

: MCC Patient - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="cc-pat-pnoelle"/>
  <meta>
    <versionId value="6"/>
    <lastUpdated value="2022-08-02T18:25:58.212+00:00"/>
    <source value="#JCaZBT444ZLpgXTH"/>
    <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">Patricia 
                <b>NOELLE </b>
            </div>
            <table class="hapiPropertyTable">
                <tbody>
                    <tr>
                        <td>Identifier</td>
                        <td>103270456</td>
                    </tr>
                    <tr>
                        <td>Address</td>
                        <td>
                            <span>49 Meadow St </span>
                            <br/>
                            <span>Mounds </span>
                            <span>OK </span>
                            <span>US </span>
                        </td>
                    </tr>
                    <tr>
                        <td>Date of birth</td>
                        <td>
                            <span>15 January 1955</span>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <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://hospital.smarthealthit.org"/>
    <value value="103270456"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Noelle"/>
    <given value="Patricia"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-5555"/>
    <use value="home"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1955-01-15"/>
  <address>
    <line value="49 Meadow St"/>
    <city value="Mounds"/>
    <state value="OK"/>
    <postalCode value="74047"/>
    <country value="US"/>
  </address>
</Patient>