This page is part of the US Core (v4.0.0: STU4) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="child-example"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="Patient Child Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is a patient child example for the *US Core Patient Profile*."/>
</extension>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><blockquote><p><b>US Core Race Extension</b></p><p><b>value</b>: <span title="{urn:oid:2.16.840.1.113883.6.238 2028-9}">Asian</span></p><p><b>value</b>: Asian</p></blockquote><blockquote><p><b>US Core Ethnicity Extension</b></p><p><b>value</b>: <span title="{urn:oid:2.16.840.1.113883.6.238 2186-5}">Not Hispanic or Latino</span></p><p><b>value</b>: Not Hispanic or Latino</p></blockquote><p><b>US Core Birth Sex Extension</b>: M</p><p><b>identifier</b>: Medical Record Number: 1032704 (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Child Example </p><p><b>telecom</b>: ph: 555-555-5555(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 2016-01-15</p><p><b>address</b>: 49 Meadow St Mounds OK 74047 US </p></div>
</text>
<extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
<extension url="ombCategory">
<valueCoding>
<system value="urn:oid:2.16.840.1.113883.6.238"/>
<code value="2028-9"/>
<display value="Asian"/>
</valueCoding>
</extension>
<extension url="text">
<valueString value="Asian"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity">
<extension url="ombCategory">
<valueCoding>
<system value="urn:oid:2.16.840.1.113883.6.238"/>
<code value="2186-5"/>
<display value="Not Hispanic or Latino"/>
</valueCoding>
</extension>
<extension url="text">
<valueString value="Not Hispanic or Latino"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
<valueCode value="M"/>
</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://hospital.smarthealthit.org"/>
<value value="1032704"/>
</identifier>
<active value="true"/>
<name>
<family value="Example"/>
<given value="Child"/>
</name>
<telecom>
<system value="phone"/>
<value value="555-555-5555"/>
<use value="home"/>
</telecom>
<gender value="male"/>
<birthDate value="2016-01-15"/>
<address>
<line value="49 Meadow St"/>
<city value="Mounds"/>
<state value="OK"/>
<postalCode value="74047"/>
<country value="US"/>
</address>
</Patient>