Release 5 Draft Ballot

This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). 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

Careplan-example-f202-malignancy.json

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

Care plan to address head-neck tumor by chemotherapy

{
  "resourceType": "CarePlan",
  "id": "f202",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>subject</b>: <a>Roel. Generated Summary: BSN: 123456789 (OFFICIAL), BSN: 123456789 (OFFICIAL); active; Roel(OFFICIAL); Phone: +31612345678, Phone: +31201234567; gender: male; birthDate: 1960-03-13; <span>Legally married</span>; </a></p><p><b>careTeam</b>: <a> </a></p><blockquote><h3>Participants</h3><table><tr><td>-</td><td><b>Role</b></td><td><b>Member</b></td></tr><tr><td>*</td><td><span>Treated with</span></td><td><a>Dokter Bronsig. Generated Summary: UZI-nummer: 12345678901 (OFFICIAL); active; Dokter Bronsig(OFFICIAL); Phone: +31715269111; gender: male; birthDate: 1956-12-24</a></td></tr></table></blockquote><h3>Addresses</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>goal</b>: <a> </a></p><blockquote><p><b>lifecycleStatus</b>: active</p><p><b>description</b>: <span>Elimination of the spenoid bone tumor</span></p><p><b>subject</b>: <a>Roel. Generated Summary: BSN: 123456789 (OFFICIAL), BSN: 123456789 (OFFICIAL); active; Roel(OFFICIAL); Phone: +31612345678, Phone: +31201234567; gender: male; birthDate: 1960-03-13; <span>Legally married</span>; </a></p></blockquote><blockquote><p><b>activity</b></p><h3>PerformedActivities</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>PlannedActivityDetails</h3><table><tr><td>-</td><td><b>Kind</b></td><td><b>Code</b></td><td><b>Status</b></td><td><b>DoNotPerform</b></td><td><b>Product[x]</b></td></tr><tr><td>*</td><td>ServiceRequest</td><td><span>Chemotherapy</span></td><td>in-progress</td><td>false</td><td><a> </a><blockquote><p><b>code</b>: <span>TPF</span></p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>ingredient</b></p><h3>Items</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>ingredient</b></p><h3>Items</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></blockquote></td></tr></table></blockquote></div>"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "doce",
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "108806006",
            "display": "Docetaxel"
          }
        ]
      }
    },
    {
      "resourceType": "Medication",
      "id": "cisp",
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "57066004",
            "display": "Cisplatin"
          }
        ]
      }
    },
    {
      "resourceType": "Medication",
      "id": "fluo",
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "3127006",
            "display": "Fluorouracil"
          }
        ]
      }
    },
    {
      "resourceType": "Medication",
      "id": "tpf",
      "code": {
        "text": "TPF"
      },
      "ingredient": [
        {
          "item": {
            "reference": {
              "reference": "#doce"
            }
          }
        },
        {
          "item": {
            "reference": {
              "reference": "#cisp"
            }
          }
        },
        {
          "item": {
            "reference": {
              "reference": "#fluo"
            }
          }
        }
      ]
    },
    {
      "resourceType": "CareTeam",
      "id": "careteam",
      "participant": [
        {
          "role": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "28995006",
                "display": "Treated with"
              }
            ]
          },
          "member": {
            "reference": "Practitioner/f201",
            "display": "Dokter Bronsig"
          }
        }
      ]
    },
    {
      "resourceType": "Goal",
      "id": "goal",
      "lifecycleStatus": "active",
      "description": {
        "text": "Elimination of the spenoid bone tumor"
      },
      "subject": {
        "reference": "Patient/f201",
        "display": "Roel"
      }
    }
  ],
  "status": "active",
  "intent": "plan",
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "careTeam": [
    {
      "reference": "#careteam"
    }
  ],
  "addresses": [
    {
      "reference": {
        "reference": "Condition/f202",
        "display": "Roel's head-neck tumor"
      }
    }
  ],
  "goal": [
    {
      "reference": "#goal"
    }
  ],
  "activity": [
    {
      "performedActivity": [
        {
          "reference": {
            "reference": "Procedure/f201",
            "display": "Roel's Chemotherapy"
          }
        }
      ],
      "plannedActivityDetail": {
        "kind": "ServiceRequest",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "367336001",
              "display": "Chemotherapy"
            }
          ]
        },
        "status": "in-progress",
        "doNotPerform": false,
        "productReference": {
          "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.