Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General CareTeam Example - JSON Representation

Raw json | Download


{
  "resourceType" : "CareTeam",
  "id" : "Example1",
  "meta" : {
    "lastUpdated" : "2009-01-23T14:16:47.497+05:30",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-careteam-profile"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N",
        "display" : "Normal"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-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\">Last updated: 2009-01-23 14:16:47+0530</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-careteam.html\">US Core CareTeam Profile</a>, <a href=\"StructureDefinition-athena-careteam-profile.html\">AthenaCareTeam</a></p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><p><b>identifier</b>: Unspecified Identifier/CareTeam-1547731065000010</p><p><b>status</b>: Active</p><p><b>name</b>: felecia cart Care Team</p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 405279007}\">Attending physician</span></p><p><b>member</b>: <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 184154008}\">Care Manager</span></p><p><b>member</b>: <a href=\"RelatedPerson-P-284.html\">RelatedPerson Brendan Benson </a></p></blockquote></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "U",
            "display" : "Unspecified Identifier"
          }
        ],
        "text" : "Unspecified Identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/CareTeamId/1000-4-9390",
      "value" : "CareTeam-1547731065000010"
    }
  ],
  "status" : "active",
  "name" : "felecia cart Care Team",
  "subject" : {
    🔗 "reference" : "Patient/Example1"
  },
  "participant" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "405279007",
              "display" : "Attending physician"
            }
          ],
          "text" : "Attending physician"
        }
      ],
      "member" : {
        🔗 "reference" : "Practitioner/Example1"
      }
    },
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "184154008",
              "display" : "Care Manager"
            }
          ]
        }
      ],
      "member" : {
        🔗 "reference" : "RelatedPerson/P-284"
      }
    }
  ]
}