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

Careplan-example-f001-heart.json

Real-world patient example

{
  "resourceType": "CarePlan",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>identifier</b>: CP2903 (official)\n      </p>\n      <p>\n        <b>patient</b>: P. van de Heuvel\n      </p>\n      <p>\n        <b>status</b>: completed\n      </p>\n      <p>\n        <b>period</b>: 26-Jun 2011 --&gt; 27-Jun 2011\n      </p>\n      <p>\n        <b>modified</b>: 27-Jun 2011 9:30\n      </p>\n      <p>\n        <b>concern</b>: ?????\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> </td>\n          <td>P. Voigt</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>recovery surgery on heart of patient</td>\n          <td>achieved</td>\n          <td>goal accomplished without complications</td>\n          <td> </td>\n        </tr>\n      </table>\n      <blockquote>\n        <p>\n          <b>activity</b>\n        </p>\n        <p>\n          <b>status</b>: completed\n        </p>\n        <p>\n          <b>prohibited</b>: true\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 64915003}\">Operation on heart</span>\n            </td>\n            <td>2011-06-27T09:30:10+01:00</td>\n            <td> </td>\n            <td>P. Voigt</td>\n            <td> </td>\n            <td> </td>\n            <td> </td>\n            <td> </td>\n          </tr>\n        </table>\n      </blockquote>\n    </div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://www.bmc.nl/zorgportal/identifiers/careplans",
      "value": "CP2903"
    }
  ],
  "patient": {
    "reference": "Patient/f001",
    "display": "P. van de Heuvel"
  },
  "status": "completed",
  "period": {
    "start": "2011-06-26",
    "end": "2011-06-27"
  },
  "modified": "2011-06-27T09:30:10+01:00",
  "concern": [
    {
      "reference": "Condition/f201",
      "display": "?????"
    }
  ],
  "participant": [
    {
      "member": {
        "reference": "Practitioner/f002",
        "display": "P. Voigt"
      }
    }
  ],
  "goal": [
    {
      "description": "recovery surgery on heart of patient",
      "status": "achieved",
      "notes": "goal accomplished without complications"
    }
  ],
  "activity": [
    {
      "status": "completed",
      "prohibited": true,
      "simple": {
        "category": "procedure",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "64915003",
              "display": "Operation on heart"
            }
          ]
        },
        "timingString": "2011-06-27T09:30:10+01:00",
        "performer": [
          {
            "reference": "Practitioner/f002",
            "display": "P. Voigt"
          }
        ]
      }
    }
  ]
}