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
. Page versions: R5 R4B R4 R3 R2
Real-world patient example
{
"resourceType": "CarePlan",
"text": {
"status": "generated",
"div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>patient</b>: Roel\n </p>\n <p>\n <b>status</b>: active\n </p>\n <p>\n <b>concern</b>: Roel's head-neck tumor\n </p>\n <h3>Participants</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Role</b>\n </td>\n <td>\n <b>Member</b>\n </td>\n </tr>\n <tr>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 28995006}\">Treated with</span>\n </td>\n <td>Dokter Bronsig</td>\n </tr>\n </table>\n <h3>Goals</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Description</b>\n </td>\n <td>\n <b>Status</b>\n </td>\n <td>\n <b>Notes</b>\n </td>\n <td>\n <b>Concern</b>\n </td>\n </tr>\n <tr>\n <td>Elimination of the spenoid bone tumor</td>\n <td>inProgress</td>\n <td> </td>\n <td> </td>\n </tr>\n </table>\n <blockquote>\n <p>\n <b>activity</b>\n </p>\n <p>\n <b>status</b>: inProgress\n </p>\n <p>\n <b>prohibited</b>: false\n </p>\n <p>\n <b>actionResulting</b>: Roel's Chemotherapy\n </p>\n <h3>Simples</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Category</b>\n </td>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>Timing[x]</b>\n </td>\n <td>\n <b>Location</b>\n </td>\n <td>\n <b>Performer</b>\n </td>\n <td>\n <b>Product</b>\n </td>\n <td>\n <b>DailyAmount</b>\n </td>\n <td>\n <b>Quantity</b>\n </td>\n <td>\n <b>Details</b>\n </td>\n </tr>\n <tr>\n <td>procedure</td>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 367336001}\">Chemotherapy</span>\n </td>\n <td> </td>\n <td> </td>\n <td> </td>\n <td>name: TPF</td>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n </table>\n </blockquote>\n </div>"
},
"contained": [
{
"resourceType": "Medication",
"id": "tpf",
"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"
}
]
}
}
],
"name": "TPF",
"product": {
"ingredient": [
{
"item": {
"reference": "#doce"
}
},
{
"item": {
"reference": "#cisp"
}
},
{
"item": {
"reference": "#fluo"
}
}
]
}
}
],
"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": [
{
"description": "Elimination of the spenoid bone tumor",
"status": "in progress"
}
],
"activity": [
{
"status": "in progress",
"prohibited": false,
"actionResulting": [
{
"reference": "Procedure/f201",
"display": "Roel's Chemotherapy"
}
],
"simple": {
"category": "procedure",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "367336001",
"display": "Chemotherapy"
}
]
},
"product": {
"reference": "#tpf"
}
}
}
]
}