Request

Operationupdate CarePlan
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/CarePlan/44d70be44c044950a8d2c89e5724dfbc
ResourceCarePlanId44d70be44c044950a8d2c89e5724dfbc
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "CarePlan",
  "id" : "44d70be44c044950a8d2c89e5724dfbc",
  "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, completed</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/careplan",
    "value" : "131188874-310"
  } ],
  "status" : "completed",
  "intent" : "plan",
  "subject" : {
    "reference" : "Patient/c5247261ec114b5a9509c2b6c1908581"
  },
  "period" : {
    "start" : "2021-02-07",
    "end" : "2021-03-07"
  },
  "careTeam" : [ {
    "reference" : "CareTeam/f969613a24a7412ea07b4720c093a197"
  } ],
  "activity" : [ {
    "detail" : {
      "kind" : "ServiceRequest",
      "code" : {
        "coding" : [ {
          "system" : "http://snomed.info/sct",
          "code" : "64915003",
          "display" : "Operation on heart"
        } ]
      },
      "status" : "completed",
      "scheduledPeriod" : {
        "start" : "2021-03-06T12:35:06Z"
      },
      "performer" : [ {
        "reference" : "Practitioner/e630a0c17a55493d917b45cc568cbf62"
      } ]
    }
  } ]
}