Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 priv samples CarePlan CarePlan-example.json
Raw

priv/samples/CarePlan/CarePlan-example.json

{"resourceType":"CarePlan","id":"example","text":{"status":"additional","div":"\u003cdiv xmlns\u003d\"http://www.w3.org/1999/xhtml\"\u003e\n \u003cp\u003e A simple care plan to indicate a patient taking their weight once a day because of obesity.\u003c/p\u003e\n \u003c/div\u003e"},"contained":[{"resourceType":"Condition","id":"p1","clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"code":{"text":"Obesity"},"subject":{"reference":"Patient/example","display":"Peter James Chalmers"}}],"identifier":[{"value":"12345"}],"instantiatesUri":["http://example.org/protocol-for-obesity"],"basedOn":[{"display":"Management of Type 2 Diabetes"}],"replaces":[{"display":"Plan from urgent care clinic"}],"partOf":[{"display":"Overall wellness plan"}],"status":"active","intent":"plan","category":[{"text":"Weight management plan"}],"description":"Manage obesity and weight loss","subject":{"reference":"Patient/example","display":"Peter James Chalmers"},"encounter":{"reference":"Encounter/home"},"period":{"end":"2017-06-01"},"created":"2016-01-01","custodian":{"reference":"Practitioner/example","display":"Dr Adam Careful"},"careTeam":[{"reference":"CareTeam/example"}],"addresses":[{"reference":{"reference":"#p1","display":"obesity"}}],"goal":[{"reference":"Goal/example"}],"activity":[{"performedActivity":[{"concept":{"coding":[{"system":"http://snomed.info/sct","code":"6397004","display":"Muscular strength development exercise"}]}}],"plannedActivityReference":{"reference":"ServiceRequest/benchpress"}}],"meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ActReason","code":"HTEST","display":"test health data"}]}}