Operation | create |
Method | POST |
Path | https://blaze.life.uni-leipzig.de/fhir/CarePlan |
Resource | CarePlan | | | | |
{
"resourceType" : "CarePlan",
"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" : "131188874-65692"
} ],
"status" : "active",
"intent" : "plan",
"subject" : {
"reference" : "Patient/C6AMV6QBWE6T5VLT"
},
"period" : {
"start" : "2021-02-07"
},
"careTeam" : [ {
"reference" : "CareTeam/C6AMV6SANLSX5G3X"
} ],
"activity" : [ {
"detail" : {
"kind" : "ServiceRequest",
"code" : {
"coding" : [ {
"system" : "http://snomed.info/sct",
"code" : "64915003",
"display" : "Operation on heart"
} ]
},
"status" : "not-started",
"performer" : [ {
"reference" : "Practitioner/C6AMV6OCCCGQHM22"
} ]
}
} ]
}