Request

OperationupdateCreate CarePlan
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/CarePlan/b4f311a43ac341f0b1ba11103dbd6782
ResourceCarePlanIdb4f311a43ac341f0b1ba11103dbd6782
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "CarePlan",
  "id" : "b4f311a43ac341f0b1ba11103dbd6782",
  "meta" : {
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - CarePlan: Operation on heart, not started</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/careplan",
    "value" : "131188874-310"
  } ],
  "status" : "active",
  "intent" : "plan",
  "subject" : {
    "reference" : "Patient/07179efc7861472a90c90d2b5804809b"
  },
  "period" : {
    "start" : "2022-01-28"
  },
  "careTeam" : [ {
    "reference" : "CareTeam/92e0e1a42f6843f29d1335c516a20504"
  } ],
  "activity" : [ {
    "detail" : {
      "kind" : "ServiceRequest",
      "code" : {
        "coding" : [ {
          "system" : "http://snomed.info/sct",
          "code" : "64915003",
          "display" : "Operation on heart"
        } ]
      },
      "status" : "not-started",
      "performer" : [ {
        "reference" : "Practitioner/e84bb913217e4a5eace503294ef59063"
      } ]
    }
  } ]
}