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": "f202",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"contained": [
{
"resourceType": "Medication",
"id": "doce",
"name": "Docetaxel",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108806006"
}
]
}
},
{
"resourceType": "Medication",
"id": "cisp",
"name": "Cisplatin",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "57066004"
}
]
}
},
{
"resourceType": "Medication",
"id": "fluo",
"name": "5-Fluorouracil",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3127006"
}
]
}
},
{
"resourceType": "Medication",
"id": "tpf",
"name": "TPF",
"product": {
"ingredient": [
{
"item": {
"reference": "#doce"
}
},
{
"item": {
"reference": "#cisp"
}
},
{
"item": {
"reference": "#fluo"
}
}
]
}
},
{
"resourceType": "Goal",
"id": "goal",
"patient": {
"reference": "Patient/f201",
"display": "Roel"
},
"description": "Elimination of the spenoid bone tumor",
"status": "in-progress"
}
],
"patient": {
"reference": "Patient/f201",
"display": "Roel"
},
"status": "active",
"concern": [
{
"reference": "Condition/f202",
"display": "Roel's head-neck tumor"
}
],
"participant": [
{
"role": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "28995006",
"display": "Treated with"
}
]
},
"member": {
"reference": "Practitioner/f201",
"display": "Dokter Bronsig"
}
}
],
"goal": [
{
"reference": "#goal"
}
],
"activity": [
{
"actionResulting": [
{
"reference": "Procedure/f201",
"display": "Roel's Chemotherapy"
}
],
"detail": {
"category": "procedure",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "367336001",
"display": "Chemotherapy"
}
]
},
"status": "in-progress",
"prohibited": false,
"product": {
"reference": "#tpf"
}
}
}
]
}
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.