Koppeltaal 2.0 Implementation Guide (Full Documentation)
1.4.5-beta.002 - ci-build
Koppeltaal 2.0 Implementation Guide (Full Documentation) - Local Development build (v1.4.5-beta.002) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<CareTeam xmlns="http://hl7.org/fhir">
<id value="careteam-deelnemers"/>
<meta>
<profile
value="http://koppeltaal.nl/fhir/StructureDefinition/KT2CareTeam"/>
</meta>
<language value="nl-NL"/>
<text>
<status value="generated"/>
<div xml:lang="nl-NL" xmlns="http://www.w3.org/1999/xhtml" lang="nl-NL">Example of CareTeam with multiple participants</div>
</text>
<extension
url="http://koppeltaal.nl/fhir/StructureDefinition/resource-origin">
<valueReference>🔗
<reference value="Device/ba33314a-795a-4777-bef8-e6611f6be645"/>
<type value="Device"/>
</valueReference>
</extension>
<identifier>
<use value="official"/>
<system value="http://myTeam/id"/>
<value value="careteam-1234"/>
</identifier>
<status value="active"/>
<name value="Careteam depressie"/>
<subject>🔗
<reference value="Patient/patient-met-resource-origin"/>
<type value="Patient"/>
<display value="Patient, Berta Botje"/>
</subject>
<participant>
<role>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
<code value="RESP"/>
</coding>
<text value="Hoofdbehandelaar"/>
</role>
<member>🔗
<reference value="Practitioner/practitioner-volledig"/>
<type value="Practitioner"/>
<display value="K. Jongen"/>
</member>
</participant>
<participant>
<role>
<coding>
<system value="http://snomed.info/sct"/>
<code value="768832004"/>
</coding>
<text value="casemanager"/>
</role>
<member>🔗
<reference value="Practitioner/practitioner-minimaal"/>
<type value="Practitioner"/>
<display value="M. Splinter"/>
</member>
</participant>
<managingOrganization>🔗
<reference value="Organization/organization-naam-type"/>
<type value="Organization"/>
</managingOrganization>
</CareTeam>