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-f002-lung.json

Raw JSON (canonical form)

Real-world patient example

{
  "resourceType": "CarePlan",
  "id": "f002",
  "identifier": [
    {
      "use": "official",
      "system": "http://www.bmc.nl/zorgportal/identifiers/careplans",
      "value": "CP2934"
    }
  ],
  "patient": {
    "reference": "Patient/f001",
    "display": "P. van de Heuvel"
  },
  "status": "completed",
  "period": {
    "start": "2011-07-06",
    "end": "2013-07-07"
  },
  "modified": "2011-07-07T09:30:10+01:00",
  "concern": [
    {
      "reference": "Condition/f201",
      "display": "?????"
    }
  ],
  "participant": [
    {
      "member": {
        "reference": "Practitioner/f003",
        "display": "M.I.M. Versteegh"
      }
    }
  ],
  "goal": [
    {
      "description": "succesful surgery on lung of patient",
      "status": "achieved",
      "notes": "goal accomplished with minor complications"
    }
  ],
  "activity": [
    {
      "status": "completed",
      "prohibited": true,
      "simple": {
        "category": "procedure",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "359615001",
              "display": "Partial lobectomy of lung"
            }
          ]
        },
        "scheduledString": "2011-07-07T09:30:10+01:00",
        "performer": [
          {
            "reference": "Practitioner/f003",
            "display": "M.I.M. Versteegh"
          }
        ]
      }
    }
  ]
}

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.