Operation | updateCreate CarePlan |
Method | PUT |
Path | https://cmpl.aidbox.app/fhir/CarePlan/dd94c72e0dcd4aa09fe1122944972b3f |
Resource | CarePlan | Id | dd94c72e0dcd4aa09fe1122944972b3f | | |
{
"resourceType" : "CarePlan",
"id" : "dd94c72e0dcd4aa09fe1122944972b3f",
"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\"><p>Touchstone Test Data - CarePlan: Operation on heart, not started</p></div>"
},
"identifier" : [ {
"system" : "http://happyvalley.com/careplan",
"value" : "427518673-963"
} ],
"status" : "active",
"intent" : "plan",
"subject" : {
"reference" : "Patient/fe6f190fa5f0428484a53c10f7113b89"
},
"period" : {
"start" : "2022-06-21"
},
"careTeam" : [ {
"reference" : "CareTeam/378b9a80a5ae41f9a9af19868c0b8af0"
} ],
"activity" : [ {
"detail" : {
"kind" : "ServiceRequest",
"code" : {
"coding" : [ {
"system" : "http://snomed.info/sct",
"code" : "64915003",
"display" : "Operation on heart"
} ]
},
"status" : "not-started",
"performer" : [ {
"reference" : "Practitioner/69c6e87274b849b79bc15bd396043b84"
} ]
}
} ]
}