CMS ACCESS Model API
0.9.0 - ci-build
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 xmlns="http://hl7.org/fhir">
<id value="PatientESRDExample"/>
<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 Jane Smith, female, born 1955-06-15, Medicare ID: 9876543210B</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="9876543210B"/>
</identifier>
<name>
<family value="Smith"/>
<given value="Jane"/>
</name>
<gender value="female"/>
<birthDate value="1955-06-15"/>
</Patient>