DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 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-f201-renal.json

Raw JSON (canonical form)

Real-world patient example

{
  "resourceType": "CarePlan",
  "id": "f201",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "contained": [
    {
      "resourceType": "Goal",
      "id": "goal",
      "patient": {
        "reference": "Patient/f201",
        "display": "Roel"
      },
      "description": "Re-established renal function with at least healthy nutrients.",
      "status": "achieved"
    }
  ],
  "patient": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "status": "planned",
  "period": {
    "start": "2013-03-11",
    "end": "2013-03-13"
  },
  "modified": "2013-03-11",
  "concern": [
    {
      "reference": "Condition/f204",
      "display": "Roel's renal insufficiency"
    }
  ],
  "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": "229774002",
            "display": "Carer"
          }
        ]
      },
      "member": {
        "reference": "Practitioner/f204",
        "display": "Nurse Carla Espinosa"
      }
    }
  ],
  "goal": [
    {
      "reference": "#goal"
    }
  ],
  "activity": [
    {
      "detail": {
        "category": "diet",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "284093001",
              "display": "Potassium supplementation"
            }
          ]
        },
        "status": "completed",
        "prohibited": false,
        "scheduledString": "daily",
        "product": {
          "reference": "Substance/f203",
          "display": "Potassium"
        },
        "dailyAmount": {
          "value": 80,
          "units": "mmol",
          "system": "http://snomed.info/sct",
          "code": "258718000"
        }
      }
    },
    {
      "detail": {
        "category": "observation",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "306005",
              "display": "Echography of kidney"
            }
          ]
        },
        "status": "completed",
        "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.