This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Real-world patient example
{ "resourceType": "CarePlan", "text": { "status": "generated", "div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>identifier</b>: CP2934 (official)\n </p>\n <p>\n <b>patient</b>: P. van de Heuvel\n </p>\n <p>\n <b>status</b>: completed\n </p>\n <p>\n <b>period</b>: 6-Jul 2011 --> 7-Jul 2013\n </p>\n <p>\n <b>modified</b>: 7-Jul 2011 9:30\n </p>\n <p>\n <b>concern</b>: ?????\n </p>\n <h3>Participants</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Role</b>\n </td>\n <td>\n <b>Member</b>\n </td>\n </tr>\n <tr>\n <td> </td>\n <td>M.I.M. Versteegh</td>\n </tr>\n </table>\n <h3>Goals</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Description</b>\n </td>\n <td>\n <b>Status</b>\n </td>\n <td>\n <b>Notes</b>\n </td>\n <td>\n <b>Concern</b>\n </td>\n </tr>\n <tr>\n <td>succesful surgery on lung of patient</td>\n <td>achieved</td>\n <td>goal accomplished with minor complications</td>\n <td> </td>\n </tr>\n </table>\n <blockquote>\n <p>\n <b>activity</b>\n </p>\n <p>\n <b>status</b>: completed\n </p>\n <p>\n <b>prohibited</b>: true\n </p>\n <h3>Simples</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Category</b>\n </td>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>Timing[x]</b>\n </td>\n <td>\n <b>Location</b>\n </td>\n <td>\n <b>Performer</b>\n </td>\n <td>\n <b>Product</b>\n </td>\n <td>\n <b>DailyAmount</b>\n </td>\n <td>\n <b>Quantity</b>\n </td>\n <td>\n <b>Details</b>\n </td>\n </tr>\n <tr>\n <td>procedure</td>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 359615001}\">Partial lobectomy of lung</span>\n </td>\n <td>2011-07-07T09:30:10+01:00</td>\n <td> </td>\n <td>M.I.M. Versteegh</td>\n <td> </td>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n </table>\n </blockquote>\n </div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/careplans", "value": "CP2934" } ], "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "status": "completed", "period": { "start": "2011-07-06", "end": "2013-07-07" }, "modified": "2011-07-07T09:30:10+01:00", "concern": [ { "reference": "Condition/f201", "display": "?????" } ], "participant": [ { "member": { "reference": "Practitioner/f003", "display": "M.I.M. Versteegh" } } ], "goal": [ { "description": "succesful surgery on lung of patient", "status": "achieved", "notes": "goal accomplished with minor complications" } ], "activity": [ { "status": "completed", "prohibited": true, "simple": { "category": "procedure", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "359615001", "display": "Partial lobectomy of lung" } ] }, "timingString": "2011-07-07T09:30:10+01:00", "performer": [ { "reference": "Practitioner/f003", "display": "M.I.M. Versteegh" } ] } } ] }