AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: CareTeam - multiple chronic conditions (part of multiple chronic condition care plan) - XML Representation

Page standards status: Informative

Raw xml | Download



<CareTeam xmlns="http://hl7.org/fhir">
  <!--   Example adapted from MCC eCare Plan Implementation Guide MCCCareTeamexample   -->
  <id value="mcc"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2022-04-21T17:30:10.117+00:00"/>
    <source value="#fOlntPRC97ZmQthM"/>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-careteam"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: CareTeam</b><a name="mcc"> </a></p><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">Resource CareTeam &quot;mcc&quot; Version &quot;2&quot; Updated &quot;2022-04-21 17:30:10+0000&quot; </p><p style="margin-bottom: 0px">Information Source: #fOlntPRC97ZmQthM!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-careteam.html">AU Core CareTeam</a></p></div><p><b>status</b>: active</p><p><b>name</b>: Example Multiple Chronic Condition Care Team</p><p><b>subject</b>: <a href="Patient-dan-harry.html">Patient/dan-harry</a> &quot; DAN&quot;</p><blockquote><p><b>participant</b></p><p><b>role</b>: Nephrologist <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#11911009)</span></p><p><b>member</b>: <a href="Practitioner-levin-henry.html">Practitioner/levin-henry: Henry Levin VII, MD</a> &quot; LEVIN&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Nurse Practitioner <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#224571005)</span></p><p><b>member</b>: <a href="Practitioner-nurse-nancy.html">Practitioner/nurse-nancy: Nancy Nurse, RN NP</a> &quot; NURSE&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Primary care physician <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#446050000)</span></p><p><b>member</b>: <a href="Practitioner-primary-peter.html">Practitioner/primary-peter: Peter Primary, MD</a> &quot; PRIMARY&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Patient (person) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#116154003)</span></p><p><b>member</b>: <a href="Patient-dan-harry.html">Patient/dan-harry: Mr. Harry Dan, Patient</a> &quot; DAN&quot;</p></blockquote></div>
  </text>
  <status value="active"/>
  <name value="Example Multiple Chronic Condition Care Team"/>
  <subject>🔗 
    <reference value="Patient/dan-harry"/>
  </subject>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="11911009"/>
        <display value="Nephrologist"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="Practitioner/levin-henry"/>
      <display value="Henry Levin VII, MD"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="224571005"/>
        <display value="Nurse Practitioner"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="Practitioner/nurse-nancy"/>
      <display value="Nancy Nurse, RN NP"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="446050000"/>
        <display value="Primary care physician"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="Practitioner/primary-peter"/>
      <display value="Peter Primary, MD"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="116154003"/>
        <display value="Patient (person)"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="Patient/dan-harry"/>
      <display value="Mr. Harry Dan, Patient"/>
    </member>
  </participant>
</CareTeam>