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) - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "CareTeam",
  "id" : "mcc",
  "meta" : //   Example adapted from MCC eCare Plan Implementation Guide MCCCareTeamexample  
  {
    "versionId" : "2",
    "lastUpdated" : "2022-04-21T17:30:10.117+00:00",
    "source" : "#fOlntPRC97ZmQthM",
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-careteam"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "active",
  "name" : "Example Multiple Chronic Condition Care Team",
  "subject" : {
    🔗 "reference" : "Patient/dan-harry"
  },
  "participant" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "11911009",
              "display" : "Nephrologist"
            }
          ]
        }
      ],
      "member" : {
        🔗 "reference" : "Practitioner/levin-henry",
        "display" : "Henry Levin VII, MD"
      }
    },
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "224571005",
              "display" : "Nurse Practitioner"
            }
          ]
        }
      ],
      "member" : {
        🔗 "reference" : "Practitioner/nurse-nancy",
        "display" : "Nancy Nurse, RN NP"
      }
    },
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "446050000",
              "display" : "Primary care physician"
            }
          ]
        }
      ],
      "member" : {
        🔗 "reference" : "Practitioner/primary-peter",
        "display" : "Peter Primary, MD"
      }
    },
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "116154003",
              "display" : "Patient (person)"
            }
          ]
        }
      ],
      "member" : {
        🔗 "reference" : "Patient/dan-harry",
        "display" : "Mr. Harry Dan, Patient"
      }
    }
  ]
}