Operation | update CareTeam |
Method | PUT |
Path | https://blaze.life.uni-leipzig.de/fhir/CareTeam/C6AMWCD7WLPPTSMQ |
Resource | CareTeam | Id | C6AMWCD7WLPPTSMQ | | |
{
"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"
} ]
}