Scheduling
1.0.0-current - ci-build
Scheduling, published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.Scheduling/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="pat1"/>
<meta>
<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 class="res-header-id"><b>Generated Narrative: Patient pat1</b></p><a name="pat1"> </a><a name="hcpat1"> </a><a name="pat1-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Meiko Lufhir Jr., PhD Female, DoB: 1978-03-22 ( urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.4399#21890 (use: usual, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}">Married</span></td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3">Medical record number/12345 (use: usual, )</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 321-555-2222(Home)</li><li>ph: 321-555-3333(Work)</li><li><a href="mailto:meikolu.fhir@example.com">meikolu.fhir@example.com</a></li><li>100 Main St G-442 Madison WI 53703 USA (home)</li></ul></td></tr></table></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-555-2222"/>
<use value="home"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="321-555-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>
</Patient>