MCC eCare Plan Implementation Guide
1.0.0 - STU1 United States of America flag

MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-mcc/ and changes regularly. See the Directory of published versions

: MCC Care Team Example - XML Representation

Raw xml | Download



<CareTeam xmlns="http://hl7.org/fhir">
  <id value="careteam-of-noelle"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="CareTeam Example for Noelle"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a careteam example for the MCC CareTeam."/>
    </extension>
    <versionId value="7"/>
    <lastUpdated value="2022-11-04T11:56:28.976+00:00"/>
    <source value="#KKfIz9YE5wp4BiUp"/>
    <profile
             value="http://hl7.org/fhir/us/mcc/StructureDefinition/MCCCareTeam"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CareTeam careteam-of-noelle</b></p><a name="careteam-of-noelle"> </a><a name="hccareteam-of-noelle"> </a><a name="careteam-of-noelle-en-US"> </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">version: 7; Last updated: 2022-11-04 11:56:28+0000; </p><p style="margin-bottom: 0px">Information Source: #KKfIz9YE5wp4BiUp</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-MCCCareTeam.html">Multiple Chronic Condition Care Plan Care Team</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Care Team of Noelle Example</p><p><b>subject</b>: <a href="Patient-cc-pat-pnoelle.html">Patricia Noelle  Female, DoB: 1955-01-15 ( Medical Record Number: 103270456 (use: usual, ))</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title="Codes:{http://snomed.info/sct 11911009}">Nephrologist</span></p><p><b>member</b>: <a href="Practitioner-practitionerMCC-1.html">Practitioner Henry Levin </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title="Codes:{http://snomed.info/sct 453231000124104}">Primary care provider</span></p><p><b>member</b>: <a href="Practitioner-practitionerMCC-3.html">Practitioner Peter Primary </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title="Codes:{http://snomed.info/sct 116154003}">Patient (person)</span></p><p><b>member</b>: <a href="Patient-cc-pat-pnoelle.html">Noelle</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title="Codes:{http://snomed.info/sct 133932002}">Caregiver (person)</span></p><p><b>member</b>: <a href="RelatedPerson-caregiver-of-noelle.html">Sarah van Putten</a></p></blockquote></div>
  </text>
  <status value="active"/>
  <name value="Care Team of Noelle Example"/>
  <subject>🔗 
    <reference value="Patient/cc-pat-pnoelle"/>
  </subject>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="11911009"/>
        <display value="Nephrologist"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="Practitioner/practitionerMCC-1"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <version
                 value="http://snomed.info/sct/731000124108/version/20220301"/>
        <code value="453231000124104"/>
        <display value="Primary care provider"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="Practitioner/practitionerMCC-3"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="116154003"/>
        <display value="Patient (person)"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="Patient/cc-pat-pnoelle"/>
      <display value="Noelle"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="133932002"/>
        <display value="Caregiver (person)"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="RelatedPerson/caregiver-of-noelle"/>
      <display value="Sarah van Putten"/>
    </member>
  </participant>
</CareTeam>