Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 1.02.5 CareTeam creation - JSON Representation

Raw json | Download


{
  "resourceType" : "CareTeam",
  "id" : "cps-careteam-01",
  "meta" : {
    "versionId" : "1",
    "profile" : [
      🔗 "http://santeonnl.github.io/shared-care-planning/StructureDefinition/SCPCareTeam"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam cps-careteam-01</b></p><a name=\"cps-careteam-01\"> </a><a name=\"hccps-careteam-01\"> </a><a name=\"cps-careteam-01-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: 1</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SCPCareTeam.html\">Shared Care Planning: CareTeam Profile</a></p></div><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 135411000146103}\">Multidisciplinary care regime</span></p><p><b>subject</b>: Identifier: <code>http://fhir.nl/fhir/NamingSystem/bsn</code>/111222333</p><blockquote><p><b>participant</b></p><p><b>member</b>: Identifier: <code>http://fhir.nl/fhir/NamingSystem/bsn</code>/111222333</p><p><b>period</b>: 2024-08-27 --&gt; (ongoing)</p></blockquote><blockquote><p><b>participant</b></p><p><b>member</b>: Identifier: <code>http://fhir.nl/fhir/NamingSystem/ura</code>/URA-1</p><p><b>period</b>: 2024-08-27 --&gt; (ongoing)</p></blockquote></div>"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "135411000146103",
          "display" : "Multidisciplinary care regime"
        }
      ]
    }
  ],
  "subject" : {
    "identifier" : {
      "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
      "value" : "111222333"
    }
  },
  "participant" : [
    {
      "member" : {
        "identifier" : {
          "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
          "value" : "111222333"
        }
      },
      "period" : {
        "start" : "2024-08-27"
      }
    },
    {
      "member" : {
        "identifier" : {
          "system" : "http://fhir.nl/fhir/NamingSystem/ura",
          "value" : "URA-1"
        }
      },
      "period" : {
        "start" : "2024-08-27"
      }
    }
  ]
}