Request

Operationupdate CareTeam
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/CareTeam/C6AMWCD7WLPPTSMQ
ResourceCareTeamIdC6AMWCD7WLPPTSMQ
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "CareTeam",
  "id" : "C6AMWCD7WLPPTSMQ",
  "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: Condition-focused care team</div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/careTeam",
    "value" : "3788109874-65692"
  } ],
  "status" : "active",
  "category" : [ {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/care-team-category",
      "code" : "condition"
    } ]
  } ],
  "subject" : {
    "reference" : "Patient/C6AMWB7RXKCSTJPH"
  },
  "period" : {
    "start" : "2021-02-07"
  },
  "participant" : [ {
    "role" : [ {
      "text" : "Assigned practitioner"
    } ],
    "member" : {
      "reference" : "Practitioner/$(referencePractitionerResourceId}"
    },
    "period" : {
      "start" : "2021-02-07"
    }
  } ],
  "managingOrganization" : [ {
    "reference" : "Organization/$(referenceOrganizationResourceId}"
  } ],
  "telecom" : [ {
    "system" : "phone",
    "value" : "(310) 310-6986",
    "use" : "work"
  } ]
}