AddCommunication Implementation Guide
2.2 - version 2.2
This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="CommunicationPatientLRID"/>
<meta>
<profile
value="http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationPatient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">CommunicationPatient</div>
</text>
<identifier>
<system value="urn:oid:1.2.752.219.1.10.10.4"/>
<value value="12345678-A"/>
</identifier>
<name>
<use value="official"/>
<text value="Nilsson, Kurt"/>
<family value="Nilsson"/>
<given value="Kurt"/>
<period>
<start value="1965-12-12T14:14:12.000Z"/>
</period>
</name>
<telecom>
<system value="sms"/>
<value value="040-987623"/>
</telecom>
<gender value="male"/>
<address>
<use value="home"/>
<line value="Testtorget 4"/>
<city value="Malmö"/>
<postalCode value="224 63"/>
</address>
</Patient>