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": "f203",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"contained": [
{
"resourceType": "Goal",
"id": "goal",
"patient": {
"reference": "Patient/f201",
"display": "Roel"
},
"description": "Check whether further treatment of sepsis/pulmonary abcess is required",
"status": "cancelled"
}
],
"patient": {
"reference": "Patient/f201",
"display": "Roel"
},
"status": "completed",
"period": {
"start": "2013-04-14",
"end": "2013-04-21"
},
"modified": "2013-03-11",
"concern": [
{
"reference": "Condition/f203",
"display": "Roel's sepsis"
}
],
"participant": [
{
"role": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "425268008",
"display": "Review of care plan"
}
]
},
"member": {
"reference": "Practitioner/f201",
"display": "Dokter Bronsig"
}
},
{
"role": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "278110001",
"display": "Radiographic imaging"
}
]
},
"member": {
"reference": "Practitioner/f202",
"display": "Luigi Maas"
}
}
],
"goal": [
{
"reference": "#goal"
}
],
"activity": [
{
"detail": {
"category": "observation",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "241541005",
"display": "High resolution computed tomography of lungs"
}
]
},
"status": "not-started",
"prohibited": false
}
}
]
}
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.