This page is part of the International Patient Access (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="PatientExample1"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="IPA Patient Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is a Patient example for the *IPA Patient Profile*."/>
</extension>
<profile value="http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><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">Resource "PatientExample1" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ipa-patient.html">IPA-Patient</a></p></div><p><b>identifier</b>: Medical record number: 12345 (USUAL), id: 21890 (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Meiko Lufhir Jr., PhD</p><p><b>telecom</b>: ph: 321-544-2222(HOME), ph: 321-841-3333(WORK), <a href="mailto:meikolu.fhir@gmail.com">meikolu.fhir@gmail.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1978-03-22</p><p><b>address</b>: 100 Main St G-442 Madison WI 53703 USA (HOME)</p><p><b>maritalStatus</b>: Married <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-v3-MaritalStatus.html">MaritalStatus</a>#M)</span></p><p><b>generalPractitioner</b>: <a href="Practitioner-PractitionerExample1.html">Practitioner/PractitionerExample1: Amber Hxl, MD</a> " SEEGER"</p></div>
</text>
<identifier>
<use value="usual"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
</coding>
</type>
<system value="urn:oid:2.16.840.1.113883.19.5"/>
<value value="12345"/>
</identifier>
<identifier>
<use value="usual"/>
<system value="urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.4399"/>
<value value="21890"/>
</identifier>
<active value="true"/>
<name>
<use value="usual"/>
<text value="Meiko Lufhir Jr., PhD"/>
<family value="Lufhir"/>
<given value="Meiko"/>
<suffix value="JR."/>
<suffix value="PHD"/>
</name>
<telecom>
<system value="phone"/>
<value value="321-544-2222"/>
<use value="home"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="321-841-3333"/>
<use value="work"/>
</telecom>
<telecom>
<system value="email"/>
<value value="meikolu.fhir@gmail.com"/>
</telecom>
<gender value="female"/>
<birthDate value="1978-03-22"/>
<address>
<use value="home"/>
<line value="100 Main St"/>
<line value="G-442"/>
<city value="Madison"/>
<district value="DANE"/>
<state value="WI"/>
<postalCode value="53703"/>
<country value="USA"/>
</address>
<maritalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<code value="M"/>
<display value="Married"/>
</coding>
<text value="Married"/>
</maritalStatus>
<generalPractitioner>
<reference value="Practitioner/PractitionerExample1"/>
<display value="Amber Hxl, MD"/>
</generalPractitioner>
</Patient>