Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build
Shared Care Planning (SCP) Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="cps-patient-patrick"/>
<meta>
<profile
value="http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient cps-patient-patrick</b></p><a name="cps-patient-patrick"> </a><a name="hccps-patient-patrick"> </a><a name="cps-patient-patrick-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Patrick Egger Male, DoB: 1984-04-01 ( http://fhir.nl/fhir/NamingSystem/bsn#111222333)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+31612345678">+31612345678</a></li><li><a href="mailto:patrickegger@myweb.nl">patrickegger@myweb.nl</a></li></ul></td></tr></table></div>
</text>
<identifier>
<system value="http://fhir.nl/fhir/NamingSystem/bsn"/>
<value value="111222333"/>
</identifier>
<name>
<family value="Egger"/>
<given value="Patrick"/>
</name>
<telecom>
<system value="phone"/>
<value value="+31612345678"/>
</telecom>
<telecom>
<system value="email"/>
<value value="patrickegger@myweb.nl"/>
</telecom>
<gender value="male"/>
<birthDate value="1984-04-01"/>
</Patient>