Request

OperationupdateCreate CareTeam
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/CareTeam/ae8237a7c6d3428e97ba408cd7bd80fd
ResourceCareTeamIdae8237a7c6d3428e97ba408cd7bd80fd
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "CareTeam",
  "id" : "ae8237a7c6d3428e97ba408cd7bd80fd",
  "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-310"
  } ],
  "status" : "active",
  "category" : [ {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/care-team-category",
      "code" : "condition"
    } ]
  } ],
  "subject" : {
    "reference" : "Patient/2e85cdb6594a41eba4c1fb7505087737"
  },
  "period" : {
    "start" : "2021-02-07"
  },
  "participant" : [ {
    "role" : [ {
      "text" : "adviser"
    } ],
    "member" : {
      "reference" : "Practitioner/f06375c1d2a642f9835567aa704995bf"
    },
    "period" : {
      "start" : "2021-02-07"
    }
  } ],
  "managingOrganization" : [ {
    "reference" : "Organization/a6e97bc748124df790032ef097994163"
  } ],
  "telecom" : [ {
    "system" : "phone",
    "value" : "(310) 310-6986",
    "use" : "work"
  } ]
}