This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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", "id": "f003", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "contained": [ { "resourceType": "Goal", "id": "goal", "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "description": "Retropharyngeal abscess removal", "status": "achieved", "notes": "goal accomplished without complications" } ], "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/careplans", "value": "CP3953" } ], "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "status": "completed", "period": { "start": "2013-03-08T09:00:10+01:00", "end": "2013-03-08T09:30:10+01:00" }, "modified": "2013-06-27T09:30:10+01:00", "concern": [ { "reference": "Condition/f201", "display": "?????" } ], "participant": [ { "member": { "reference": "Practitioner/f001", "display": "E.M. van den broek" } } ], "goal": [ { "reference": "#goal" } ], "activity": [ { "detail": { "category": "procedure", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "172960003", "display": "Incision of retropharyngeal abscess" } ] }, "status": "completed", "prohibited": true, "scheduledString": "2011-06-27T09:30:10+01:00", "performer": [ { "reference": "Practitioner/f001", "display": "E.M. van den broek" } ] } } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.