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 
General Person Example
{
"resourceType": "CarePlan2",
"id": "example",
"text": {
"status": "additional",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"contained": [
{
"resourceType": "Condition",
"id": "p1",
"patient": {
"reference": "Patient/example",
"display": "Peter James Chalmers"
},
"code": {
"text": "Obesity"
},
"clinicalStatus": "confirmed"
},
{
"resourceType": "Practitioner",
"id": "pr1",
"name": {
"family": [
"Dietician"
],
"given": [
"Dorothy"
]
},
"practitionerRole": [
{
"specialty": [
{
"text": "Dietician"
}
]
}
]
}
],
"patient": {
"reference": "Patient/example",
"display": "Peter James Chalmers"
},
"status": "active",
"period": {
"end": "2013-01-01"
},
"concern": [
{
"reference": "#p1",
"display": "obesity"
}
],
"participant": [
{
"role": {
"text": "responsiblePerson"
},
"member": {
"reference": "Patient/example",
"display": "Peter James Chalmers"
}
},
{
"role": {
"text": "adviser"
},
"member": {
"reference": "#pr1",
"display": "Dorothy Dietitian"
}
}
],
"goal": [
{
"reference": "Goal/12345",
"display": "Target weight is 80 kg."
}
],
"activity": [
{
"reference": "ProcedureRequest/example"
}
]
}
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.