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
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="practitioner-role-ccm-example"/>
<meta>
<profile
value="http://helex.org/ig/ccm/StructureDefinition/practitioner-role-ccm"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole practitioner-role-ccm-example</b></p><a name="practitioner-role-ccm-example"> </a><a name="hcpractitioner-role-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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-practitioner-role-ccm.html">PractitionerRoleCcm</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href="Practitioner-practitioner-ccm-example.html">Practitioner Liina Lind </a></p><p><b>organization</b>: <a href="Organization-organization-ccm-example.html">Organization Narva Haigla SA</a></p><p><b>code</b>: <span title="Codes:{https://fhir.ee/CodeSystem/ametite-klassifikaator 22110201}">General Practitioner</span></p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Telecom</b></td></tr><tr><td style="display: none">*</td><td><a href="tel:+37251234567">+37251234567</a>, <a href="mailto:liina.lind@example.com">liina.lind@example.com</a></td></tr></table><blockquote><p><b>availability</b></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday</p><p><b>availableStartTime</b>: 08:00:00</p><p><b>availableEndTime</b>: 16:00:00</p></blockquote></blockquote></div>
</text>
<active value="true"/>
<practitioner>🔗
<reference value="Practitioner/practitioner-ccm-example"/>
</practitioner>
<organization>🔗
<reference value="Organization/organization-ccm-example"/>
</organization>
<code>
<coding>
<system value="https://fhir.ee/CodeSystem/ametite-klassifikaator"/>
<code value="22110201"/>
<display value="General Practitioner"/>
</coding>
</code>
<contact>
<telecom>
<system value="phone"/>
<value value="+37251234567"/>
</telecom>
<telecom>
<system value="email"/>
<value value="liina.lind@example.com"/>
</telecom>
</contact>
<availability>
<availableTime>
<daysOfWeek value="mon"/>
<daysOfWeek value="tue"/>
<availableStartTime value="08:00:00"/>
<availableEndTime value="16:00:00"/>
</availableTime>
</availability>
</PractitionerRole>