Care Coordination Management
0.0.1 - ci-build
Estonia (EST)
Care Coordination Management, published by Helex OÜ. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/helexlab/ig-ccm/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="patient-ccm-example"/>
<meta>
<profile value="http://helex.org/ig/ccm/StructureDefinition/patient-ccm"/>
</meta>
<language value="et"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="et" lang="et"><p class="res-header-id"><b>Generated Narrative: Patient patient-ccm-example</b></p><a name="patient-ccm-example"> </a><a name="hcpatient-ccm-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Language: et</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-patient-ccm.html">PatientCcm</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Jaan Tamm (official) Male, DoB: 1950-05-15 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#tegelik-isikukood)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+37251234567">+37251234567</a></li><li>Pargi 12 EE (home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:{urn:ietf:bcp:47 et}">Estonian</span></td></tr></table></div>
</text>
<identifier>
<system value="https://fhir.ee/sid/pid/est/ni"/>
<value value="tegelik-isikukood"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<family value="Tamm"/>
<given value="Jaan"/>
</name>
<telecom>
<system value="phone"/>
<value value="+37251234567"/>
</telecom>
<gender value="male"/>
<birthDate value="1950-05-15"/>
<address>
<use value="home"/>
<line value="Pargi 12"/>
<country value="EE"/>
</address>
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<code value="et"/>
</coding>
</language>
</communication>
</Patient>