CMS ACCESS Model API
0.9.0 - ci-build United States of America flag

CMS ACCESS Model API - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Example - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Patient John Doe, male, born 1950-01-01, Medicare ID: 1EG4TE5MK73</div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MC"/>
      </coding>
    </type>
    <system value="http://terminology.hl7.org/NamingSystem/cmsMBI"/>
    <value value="1EG4TE5MK73"/>
  </identifier>
  <name>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <gender value="male"/>
  <birthDate value="1950-01-01"/>
</Patient>