Koppeltaal 2.0 Implementation Guide (Full Documentation)
1.4.5-beta.002 - ci-build Netherlands flag

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-related-person - XML Representation

Raw xml | Download


<CareTeam xmlns="http://hl7.org/fhir">
  <id value="careteam-related-person"/>
  <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 that has a RelatedPerson as one of the 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-1222"/>
  </identifier>
  <status value="active"/>
  <name value="Careteam met related person"/>
  <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>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="768832004"/>
      </coding>
      <text value="casemanager"/>
    </role>
    <member>🔗 
      <reference value="RelatedPerson/relatedperson-minimal"/>
      <type value="RelatedPerson"/>
      <display value="M. Buurvrouw"/>
    </member>
  </participant>
  <managingOrganization>🔗 
    <reference value="Organization/organization-naam-type"/>
    <type value="Organization"/>
  </managingOrganization>
</CareTeam>