International Patient Access - Local Development build (v1.0.0-preview). See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="PatientGenderExample1"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Meiko Lufhir Jr., PhD</b> female, DoB: 1978-03-22 ( EPI: 248951 (USUAL))</p></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/patient-genderIdentity">
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/gender-identity"/>
<code value="female"/>
</coding>
</valueCodeableConcept>
</extension>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
<valueCode value="F"/>
</extension>
<identifier>
<use value="usual"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
</coding>
<text value="EPI"/>
</type>
<system value="urn:oid:1.2.840.114350"/>
<value value="248951"/>
</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>
<identifier>
<use value="usual"/>
<system value="urn:oid:2.16.840.1.113883.4.1"/>
<value>
<extension url="http://hl7.org/fhir/StructureDefinition/rendered-value">
<valueString value="xxx-xx-7418"/>
</extension>
</value>
</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@example.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="https://example.com/instance/api/FHIR/R4/Practitioner/efv90i4pFs9fOm7QQhHOUHw3"/>
<display value="Amber Hxl, MD"/>
</generalPractitioner>
</Patient>