MCC eCare Plan Implementation Guide
1.0.0-ballot - Comment only US

This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: MCC Care Team Example - JSON Representation

Raw json | Download


{
  "resourceType" : "CareTeam",
  "id" : "careteam-of-noelle",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "CareTeam Example for Noelle"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is a careteam example for the MCC CareTeam."
      }
    ],
    "versionId" : "7",
    "lastUpdated" : "2022-11-04T11:56:28.976+00:00",
    "source" : "#KKfIz9YE5wp4BiUp",
    "profile" : [
      "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCCareTeam"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CareTeam</b><a name=\"careteam-of-noelle\"> </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;careteam-of-noelle&quot; Version &quot;7&quot; Updated &quot;2022-11-04 11:56:28+0000&quot; </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\">Patient/cc-pat-pnoelle</a> &quot; NOELLE&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-practitionerMCC-1.html\">Practitioner/practitionerMCC-1</a> &quot; LEVIN&quot;</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[US rel. Oct 0012]</a>#453231000124104)</span></p><p><b>member</b>: <a href=\"Practitioner-practitionerMCC-3.html\">Practitioner/practitionerMCC-3</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-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Noelle</a> &quot; NOELLE&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Caregiver (person) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#133932002)</span></p><p><b>member</b>: <a href=\"CareTeam-caregiveronteam-of-noelle.html\">CareTeam/caregiveronteam-of-noelle: Sarah van Putten</a> &quot;CaregiverOnCareTeam of Noelle Example&quot;</p></blockquote></div>"
  },
  "status" : "active",
  "name" : "Care Team of Noelle Example",
  "subject" : {
    "reference" : "Patient/cc-pat-pnoelle"
  },
  "participant" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "11911009",
              "display" : "Nephrologist"
            }
          ]
        }
      ],
      "member" : {
        "reference" : "Practitioner/practitionerMCC-1"
      }
    },
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "version" : "http://snomed.info/sct/731000124108/version/20220301",
              "code" : "453231000124104",
              "display" : "Primary care provider"
            }
          ]
        }
      ],
      "member" : {
        "reference" : "Practitioner/practitionerMCC-3"
      }
    },
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "116154003",
              "display" : "Patient (person)"
            }
          ]
        }
      ],
      "member" : {
        "reference" : "Patient/cc-pat-pnoelle",
        "display" : "Noelle"
      }
    },
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "133932002",
              "display" : "Caregiver (person)"
            }
          ]
        }
      ],
      "member" : {
        "reference" : "CareTeam/caregiveronteam-of-noelle",
        "display" : "Sarah van Putten"
      }
    }
  ]
}