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": "f002",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"contained": [
{
"resourceType": "Goal",
"id": "goal",
"description": "succesful surgery on lung of patient",
"status": "achieved",
"notes": "goal accomplished with minor complications"
}
],
"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": [
{
"reference": "#goal"
}
],
"activity": [
{
"detail": {
"category": "procedure",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "359615001",
"display": "Partial lobectomy of lung"
}
]
},
"status": "completed",
"prohibited": true,
"scheduledString": "2011-07-07T09:30:10+01:00",
"performer": [
{
"reference": "Practitioner/f003",
"display": "M.I.M. Versteegh"
}
]
}
}
]
}
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.