Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource &quot;f202&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>subject</b>: <a href=\"patient-f201.html\">Patient/f201: Roel</a> &quot;Roel&quot;</p><p><b>careTeam</b>: <a name=\"careteam\"> </a></p><blockquote><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource &quot;careteam&quot; </p></div><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Role</b></td><td><b>Member</b></td></tr><tr><td>*</td><td>Treated with <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#28995006)</span></td><td><a href=\"practitioner-f201.html\">Practitioner/f201: Dokter Bronsig</a> &quot;Dokter Bronsig&quot;</td></tr></table></blockquote><p><b>addresses</b>: <a href=\"condition-f202.html\">Condition/f202: Roel's head-neck tumor</a></p><p><b>goal</b>: <a name=\"goal\"> </a></p><blockquote><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource &quot;goal&quot; </p></div><p><b>lifecycleStatus</b>: active</p><p><b>description</b>: Elimination of the spenoid bone tumor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"patient-f201.html\">Patient/f201: Roel</a> &quot;Roel&quot;</p></blockquote><blockquote><p><b>activity</b></p><p><b>outcomeReference</b>: <a href=\"procedure-f201.html\">Procedure/f201: Roel's Chemotherapy</a></p><h3>Details</h3><table class=\"grid\"><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>Chemotherapy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#367336001)</span></td><td>in-progress</td><td>false</td><td><a name=\"tpf\"> </a><blockquote><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource &quot;tpf&quot; </p></div><p><b>code</b>: TPF <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <a href=\"#doce\">#doce</a></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <a href=\"#cisp\">#cisp</a></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <a href=\"#fluo\">#fluo</a></p></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": [
        {
          "itemReference": {
            "reference": "#doce"
          }
        },
        {
          "itemReference": {
            "reference": "#cisp"
          }
        },
        {
          "itemReference": {
            "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": "Condition/f202",
      "display": "Roel's head-neck tumor"
    }
  ],
  "goal": [
    {
      "reference": "#goal"
    }
  ],
  "activity": [
    {
      "outcomeReference": [
        {
          "reference": "Procedure/f201",
          "display": "Roel's Chemotherapy"
        }
      ],
      "detail": {
        "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.