DSTU2

This page is part of the FHIR Specification (v0.0.82: (v1.0.2: DSTU 1). 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

Careplan-example-f203-sepsis.json

Raw JSON ( canonical form )

Real-world patient example

{
  "resourceType": "CarePlan",
  "id": "f203",

  "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>: completed\n      </p>\n      <p>\n        <b>period</b>: 14-Apr 2013 --&gt; 21-Apr 2013\n      </p>\n      <p>\n        <b>modified</b>: 11-Mar 2013\n      </p>\n      <p>\n        <b>concern</b>: Roel's sepsis\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 425268008}\">Review of care plan</span>\n          </td>\n          <td>Dokter Bronsig</td>\n        </tr>\n        <tr>\n          <td>\n            <span title=\"Codes: {http://snomed.info/sct 278110001}\">Radiographic imaging</span>\n          </td>\n          <td>Luigi Maas</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>Check whether further treatment of sepsis/pulmonary abcess is required</td>\n          <td>cancelled</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>: notStarted\n        </p>\n        <p>\n          <b>prohibited</b>: false\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>observation</td>\n            <td>\n              <span title=\"Codes: {http://snomed.info/sct 241541005}\">High resolution computed tomography of lungs</span>\n            </td>\n            <td> </td>\n            <td> </td>\n            <td> </td>\n            <td> </td>\n            <td> </td>\n            <td> </td>\n            <td> </td>\n          </tr>\n        </table>\n      </blockquote>\n    </div>"

    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>contained</b>: </p><p><b>subject</b>: <a>Roel</a></p><p><b>status</b>: completed</p><p><b>period</b>: 14/04/2013 --&gt; 21/04/2013</p><p><b>modified</b>: 11/03/2013</p><p><b>addresses</b>: <a>Roel's sepsis</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: Review of care plan <span>(Details : {SNOMED CT code '425268008' = '425268008', given as 'Review of care plan'})</span></p><p><b>member</b>: <a>Dokter Bronsig</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Radiographic imaging <span>(Details : {SNOMED CT code '278110001' = '278110001', given as 'Radiographic imaging'})</span></p><p><b>member</b>: <a>Luigi Maas</a></p></blockquote><p><b>goal</b>: id: goal; Roel; description: Check whether further treatment of sepsis/pulmonary abcess is required; status: cancelled</p><blockquote><p><b>activity</b></p><h3>Details</h3><table><tr><td>-</td><td><b>Category</b></td><td><b>Code</b></td><td><b>Status</b></td><td><b>Prohibited</b></td></tr><tr><td>*</td><td>Observation <span>(Details : {http://hl7.org/fhir/care-plan-activity-category code 'observation' = 'Observation)</span></td><td>High resolution computed tomography of lungs <span>(Details : {SNOMED CT code '241541005' = '241541005', given as 'High resolution computed tomography of lungs'})</span></td><td>not-started</td><td>false</td></tr></table></blockquote></div>"

  },
  "patient": {

  "contained": [
    {
      "resourceType": "Goal",
      "id": "goal",
      "subject": {
        "reference": "Patient/f201",
        "display": "Roel"
      },
      "description": "Check whether further treatment of sepsis/pulmonary abcess is required",
      "status": "cancelled"
    }
  ],
  "subject": {

    "reference": "Patient/f201",
    "display": "Roel"
  },
  "status": "completed",
  "period": {
    "start": "2013-04-14",
    "end": "2013-04-21"
  },
  "modified": "2013-03-11",
  "concern": [

  "addresses": [

    {
      "reference": "Condition/f203",
      "display": "Roel's sepsis"
    }
  ],
  "participant": [
    {
      "role": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "425268008",
            "display": "Review of care plan"
          }
        ]
      },
      "member": {
        "reference": "Practitioner/f201",
        "display": "Dokter Bronsig"
      }
    },
    {
      "role": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "278110001",
            "display": "Radiographic imaging"
          }
        ]
      },
      "member": {
        "reference": "Practitioner/f202",
        "display": "Luigi Maas"
      }
    }
  ],
  "goal": [
    {
      "description": "Check whether further treatment of sepsis/pulmonary abcess is required",
      "status": "cancelled"

      "reference": "#goal"

    }
  ],
  "activity": [
    {
      "status": "not started",
      "prohibited": false,
      "simple": {
        "category": "observation",

      "detail": {
        "category": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/care-plan-activity-category",
              "code": "observation"
            }
          ]
        },

        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "241541005",
              "display": "High resolution computed tomography of lungs"
            }
          ]
        }

        },
        "status": "not-started",
        "prohibited": false

      }
    }
  ]
}

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.