International Patient Summary Implementation Guide
1.0.0 - STU 1

This page is part of the International Patient Summary Implementation Guide (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Patient: minimal example - XML Representation

(back to description)

Raw xml

Source view


<Patient xmlns="http://hl7.org/fhir">
  <id value="66033"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 66033</p><p><b>identifier</b>: 1998041799999, urn:uuid:647515ed-0d5e-4c99-b23d-073fbc593f76</p><p><b>name</b>: Marie Lux-Brennard </p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1998-04-17</p></div>
  </text>
<!-- 
	<text>
		<status value="generated"/>
		<div xmlns="http://www.w3.org/1999/xhtml">
			<div class="hapiHeaderText">Marie 
            <b>LUX-BRENNARD</b>
			</div>
			<table class="hapiPropertyTable">
				<tbody>
					<tr>
						<td>Identifier</td>
						<td>1998041799999</td>
					</tr>
					<tr>
						<td>Date of birth</td>
						<td>
							<span>17 April 1998</span>
						</td>
					</tr>
				</tbody>
			</table>
		</div>
	</text>
 -->
  <identifier>
    <system value="urn:oid:1.3.182.4.4"/>
    <value value="1998041799999"/>
  </identifier>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:647515ed-0d5e-4c99-b23d-073fbc593f76"/>
  </identifier>
  <name>
    <family value="Lux-Brennard"/>
    <given value="Marie"/>
  </name>
  <gender value="female"/>
  <birthDate value="1998-04-17"/>
</Patient>