This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<Patient xmlns="http://hl7.org/fhir">
<id value="patient-baxter"/>
<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"><p class="res-header-id"><b>Generated Narrative: Patient patient-baxter</b></p><a name="patient-baxter"> </a><a name="hcpatient-baxter"> </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="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-patient.html">US Core Patient Profileversion: null6.1.0)</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Amy V. Shaw Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt. Name:</td><td colspan="3">Amy V. Baxter </td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 555-555-5555(Home)</li><li><a href="mailto:amy.shaw@example.com">amy.shaw@example.com</a></li><li>49 Meadow St Mounds OK 74047 US </li><li>183 Mountain View St Mounds OK 74048 US </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc). This extension aligns with the C-CDA Birth Sex Observation (LOINC 76689-9). After version 6.0.0, this extension is no longer a *USCDI Requirement*."><a href="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-birthsex.html">US Core Birth Sex Extension</a></td><td colspan="3">F</td></tr><tr><td style="background-color: #f3f5da" title="This Extension profile represents a tribe or band with which a person associates and, optionally, whether they are enrolled.">US Core Tribal Affiliation Extension:</td><td colspan="3"><ul><li>tribalAffiliation: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS 91}">Fort Mojave Indian Tribe of Arizona, California & Nevada</span></li><li>isEnrolled: true</li></ul></td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
<valueCode value="F"/>
</extension>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation">
<extension url="tribalAffiliation">
<valueCodeableConcept>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS"/>
<code value="91"/>
<display
value="Fort Mojave Indian Tribe of Arizona, California & Nevada"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="isEnrolled">
<valueBoolean value="true"/>
</extension>
</extension>
<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://example.org/hospital.smarthealth"/>
<value value="1032702"/>
</identifier>
<active value="true"/>
<name>
<family value="Shaw"/>
<given value="Amy"/>
<given value="V."/>
<period>
<start value="2016-12-06"/>
<end value="2020-07-22"/>
</period>
</name>
<name>
<family value="Baxter"/>
<given value="Amy"/>
<given value="V."/>
<suffix value="PharmD"/>
<period>
<start value="2020-07-22"/>
</period>
</name>
<telecom>
<system value="phone"/>
<value value="555-555-5555"/>
<use value="home"/>
</telecom>
<telecom>
<system value="email"/>
<value value="amy.shaw@example.com"/>
</telecom>
<gender value="female"/>
<birthDate value="1987-02-20"/>
<address>
<line value="49 Meadow St"/>
<city value="Mounds"/>
<state value="OK"/>
<postalCode value="74047"/>
<country value="US"/>
<period>
<start value="2016-12-06"/>
<end value="2020-07-22"/>
</period>
</address>
<address>
<line value="183 Mountain View St"/>
<city value="Mounds"/>
<state value="OK"/>
<postalCode value="74048"/>
<country value="US"/>
<period>
<start value="2020-07-22"/>
</period>
</address>
</Patient>