Finnish Scheduling
0.2.0 - draft
This page is part of the Finnish Scheduling (v0.2.0: STU 1 Draft) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0-rc2. For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="patient-with-multiple-identifiers"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient patient-with-multiple-identifiers</b></p><a name="patient-with-multiple-identifiers"> </a><a name="hcpatient-with-multiple-identifiers"> </a><a name="patient-with-multiple-identifiers-fi-FI"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Anna Testi (no stated gender), DoB Unknown ( urn:oid:1.2.246.21#010101-123N (use: official, period: 2019-01-01 --> (ongoing)))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3">081181-9984 (use: temp, period: 2018-11-12 --> 2019-01-01)</td></tr></table></div>
</text>
<identifier>
<use value="official"/>
<system value="urn:oid:1.2.246.21"/>
<value value="010101-123N"/>
<period>
<start value="2019-01-01"/>
</period>
</identifier>
<identifier>
<use value="temp"/>
<value value="081181-9984"/>
<period>
<start value="2018-11-12"/>
<end value="2019-01-01"/>
</period>
</identifier>
<name>
<family value="Testi"/>
<given value="Anna"/>
</name>
</Patient>