Request

OperationupdateCreate CareTeam
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/CareTeam/f969613a24a7412ea07b4720c093a197
ResourceCareTeamIdf969613a24a7412ea07b4720c093a197
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "CareTeam",
  "id" : "f969613a24a7412ea07b4720c093a197",
  "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/c5247261ec114b5a9509c2b6c1908581"
  },
  "period" : {
    "start" : "2021-02-07"
  },
  "participant" : [ {
    "role" : [ {
      "text" : "adviser"
    } ],
    "member" : {
      "reference" : "Practitioner/e630a0c17a55493d917b45cc568cbf62"
    },
    "period" : {
      "start" : "2021-02-07"
    }
  } ],
  "telecom" : [ {
    "system" : "phone",
    "value" : "(310) 310-6986",
    "use" : "work"
  } ]
}