2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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",
  "patient": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "status": "completed",
  "period": {
    "start": "2013-04-14",
    "end": "2013-04-21"
  },
  "modified": "2013-03-11",
  "concern": [
    {
      "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"
    }
  ],
  "activity": [
    {
      "status": "not-started",
      "prohibited": false,
      "simple": {
        "category": "observation",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "241541005",
              "display": "High resolution computed tomography of lungs"
            }
          ]
        }
      }
    }
  ]
}

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.