MCC eCare Plan Implementation Guide
0.1.0 - CI Build US

MCC eCare Plan Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: US-Core MCC example CareTeam - XML Representation

Raw xml | Download



<CareTeam xmlns="http://hl7.org/fhir">
  <id value="MCCCareTeamexample"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="CareTeam Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown value="This is a US Core CareTeam Example for MCC."/>
    </extension>
    <versionId value="2"/>
    <lastUpdated value="2022-04-21T17:30:10.117+00:00"/>
    <source value="#fOlntPRC97ZmQthM"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "MCCCareTeamexample" Version "2" Updated "2022-04-21 05:30:10+0000" </p><p style="margin-bottom: 0px">Information Source: #fOlntPRC97ZmQthM!</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-careteam.html">US Core CareTeam Profile</a></p></div><p><b>status</b>: active</p><p><b>name</b>: US-Core MCC example CareTeam</p><p><b>subject</b>: <a href="Patient-cc-pat-pnoelle.html">Patient/cc-pat-pnoelle: Amy V. Shaw</a> " NOELLE"</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-practitionerMCC-1.html">Practitioner/practitionerMCC-1: Henry Levin VII, MD</a> " LEVIN"</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-practitionerMCC-2.html">Practitioner/practitionerMCC-2: Nancy Nurse, RN NP</a> " NURSE"</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Primary care provider <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#453231000124104)</span></p><p><b>member</b>: <a href="Practitioner-practitionerMCC-3.html">Practitioner/practitionerMCC-3: Peter Primary, MD</a> " PRIMARY"</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-cc-pat-pnoelle.html">Patient/cc-pat-pnoelle: Patricia Noelle</a> " NOELLE"</p></blockquote></div>
  </text>
  <status value="active"/>
  <name value="US-Core MCC example CareTeam"/>
  <subject>
    <reference value="Patient/cc-pat-pnoelle"/>
    <display value="Amy V. Shaw"/>
  </subject>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="11911009"/>
        <display value="Nephrologist"/>
      </coding>
    </role>
    <member>
      <reference value="Practitioner/practitionerMCC-1"/>
      <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/practitionerMCC-2"/>
      <display value="Nancy Nurse, RN NP"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="453231000124104"/>
        <display value="Primary care provider"/>
      </coding>
    </role>
    <member>
      <reference value="Practitioner/practitionerMCC-3"/>
      <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/cc-pat-pnoelle"/>
      <display value="Patricia Noelle"/>
    </member>
  </participant>
</CareTeam>