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

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

: 1.43.1 CarePlan update - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "cps-careplan-01-02",
  "meta" : {
    "versionId" : "2",
    "profile" : [
      🔗 "http://santeonnl.github.io/shared-care-planning/StructureDefinition/SCPCareplan"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan cps-careplan-01-02</b></p><a name=\"cps-careplan-01-02\"> </a><a name=\"hccps-careplan-01-02\"> </a><a name=\"cps-careplan-01-02-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: 2</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SCPCareplan.html\">Shared Care Planning: CarePlan Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 135411000146103}\">Multidisciplinary care regime</span></p><p><b>subject</b>: <code>{{org1-fhir-url}}Patient/{{Patient1}}</code></p><p><b>author</b>: <code>{{org1-fhir-url}}PractitionerRole/{{PractitionerRole1}}</code></p><p><b>careTeam</b>: <a href=\"#hccps-careplan-01-02/cps-careteam-01-02\">CareTeam</a></p><blockquote><p><b>activity</b></p><p><b>reference</b>: <code>{{org1-fhir-url}}Task/{{task1id}}</code></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <code>{{org2-fhir-url}}Task/{{task2id}}</code></p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: CareTeam #cps-careteam-01-02</b></p><a name=\"cps-careplan-01-02/cps-careteam-01-02\"> </a><a name=\"hccps-careplan-01-02/cps-careteam-01-02\"> </a><a name=\"cps-careplan-01-02/cps-careteam-01-02-en-US\"> </a><blockquote><p><b>participant</b></p><p><b>member</b>: <code>{{org1-fhir-url}}Patient/{{Patient1}}</code></p><p><b>period</b>: 2024-08-27 --&gt; (ongoing)</p></blockquote><blockquote><p><b>participant</b></p><p><b>member</b>: <code>{{org1-fhir-url}}PractitionerRole/{{PractitionerRole1}}</code></p><p><b>period</b>: 2024-08-27 --&gt; (ongoing)</p></blockquote><blockquote><p><b>participant</b></p><p><b>member</b>: <code>{{org2-fhir-url}}HealthcareService/{{HealthcareService2}}</code></p><p><b>period</b>: 2024-08-27 --&gt; (ongoing)</p></blockquote></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "CareTeam",
      "id" : "cps-careteam-01-02",
      "participant" : [
        {
          "member" : {
            "reference" : "{{org1-fhir-url}}Patient/{{Patient1}}",
            "type" : "Patient",
            "identifier" : {
              "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
              "value" : "111222333",
              "assigner" : {
                "identifier" : {
                  "system" : "http://fhir.nl/fhir/NamingSystem/ura",
                  "value" : "URA-1"
                }
              }
            }
          },
          "period" : {
            "start" : "2024-08-27"
          }
        },
        {
          "member" : {
            "reference" : "{{org1-fhir-url}}PractitionerRole/{{PractitionerRole1}}",
            "type" : "PractitionerRole",
            "identifier" : {
              "system" : "http://fhir.nl/fhir/NamingSystem/uzi",
              "value" : "UZI-1",
              "assigner" : {
                "identifier" : {
                  "system" : "http://fhir.nl/fhir/NamingSystem/ura",
                  "value" : "URA-1"
                }
              }
            }
          },
          "period" : {
            "start" : "2024-08-27"
          }
        },
        {
          "member" : {
            "reference" : "{{org2-fhir-url}}HealthcareService/{{HealthcareService2}}",
            "type" : "HealthcareService",
            "identifier" : {
              "system" : "urn:ietf:rfc:3986",
              "value" : "urn:uuid:91a9be09-eb97-4c0f-9a61-27a1985ae38b",
              "assigner" : {
                "identifier" : {
                  "system" : "http://fhir.nl/fhir/NamingSystem/ura",
                  "value" : "URA-2"
                }
              }
            }
          },
          "period" : {
            "start" : "2024-08-27"
          }
        }
      ]
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "135411000146103",
          "display" : "Multidisciplinary care regime"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "{{org1-fhir-url}}Patient/{{Patient1}}",
    "type" : "Patient",
    "identifier" : {
      "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
      "value" : "111222333",
      "assigner" : {
        "identifier" : {
          "system" : "http://fhir.nl/fhir/NamingSystem/ura",
          "value" : "URA-1"
        }
      }
    }
  },
  "author" : {
    "reference" : "{{org1-fhir-url}}PractitionerRole/{{PractitionerRole1}}",
    "type" : "PractitionerRole",
    "identifier" : {
      "system" : "http://fhir.nl/fhir/NamingSystem/uzi",
      "value" : "UZI-1",
      "assigner" : {
        "identifier" : {
          "system" : "http://fhir.nl/fhir/NamingSystem/ura",
          "value" : "URA-1"
        }
      }
    }
  },
  "careTeam" : [
    {
      "reference" : "#cps-careteam-01-02"
    }
  ],
  "activity" : [
    {
      "reference" : {
        "reference" : "{{org1-fhir-url}}Task/{{task1id}}"
      }
    },
    {
      "reference" : {
        "reference" : "{{org2-fhir-url}}Task/{{task2id}}"
      }
    }
  ]
}