Request

OperationupdateCreate CareTeam
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/CareTeam/92e0e1a42f6843f29d1335c516a20504
ResourceCareTeamId92e0e1a42f6843f29d1335c516a20504
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "CareTeam",
  "id" : "92e0e1a42f6843f29d1335c516a20504",
  "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\">Touchstone Test Data - CareTeam: Operation on heart</div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/careTeam",
    "value" : "131188874-310-2904979"
  } ],
  "status" : "active",
  "category" : [ {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/care-team-category",
      "code" : "encounter"
    } ]
  } ],
  "subject" : {
    "reference" : "Patient/07179efc7861472a90c90d2b5804809b"
  },
  "period" : {
    "start" : "2022-01-28"
  },
  "participant" : [ {
    "role" : [ {
      "text" : "adviser"
    } ],
    "member" : {
      "reference" : "Practitioner/e84bb913217e4a5eace503294ef59063"
    },
    "period" : {
      "start" : "2022-01-28"
    }
  } ],
  "telecom" : [ {
    "system" : "phone",
    "value" : "(310) 310-6986",
    "use" : "work"
  } ]
}