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-f202-malignancy.json

Raw JSON (canonical form)

Real-world patient example

{
  "resourceType": "CarePlan",
  "id": "f202",
  "contained": [
    {
      "resourceType": "Medication",
      "id": "doce",
      "name": "Docetaxel",
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "108806006"
          }
        ]
      }
    },
    {
      "resourceType": "Medication",
      "id": "cisp",
      "name": "Cisplatin",
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "57066004"
          }
        ]
      }
    },
    {
      "resourceType": "Medication",
      "id": "fluo",
      "name": "5-Fluorouracil",
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "3127006"
          }
        ]
      }
    },
    {
      "resourceType": "Medication",
      "id": "tpf",
      "name": "TPF",
      "product": {
        "ingredient": [
          {
            "item": {
              "reference": "#doce"
            }
          },
          {
            "item": {
              "reference": "#cisp"
            }
          },
          {
            "item": {
              "reference": "#fluo"
            }
          }
        ]
      }
    }
  ],
  "patient": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "status": "active",
  "concern": [
    {
      "reference": "Condition/f202",
      "display": "Roel's head-neck tumor"
    }
  ],
  "participant": [
    {
      "role": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "28995006",
            "display": "Treated with"
          }
        ]
      },
      "member": {
        "reference": "Practitioner/f201",
        "display": "Dokter Bronsig"
      }
    }
  ],
  "goal": [
    {
      "description": "Elimination of the spenoid bone tumor",
      "status": "in-progress"
    }
  ],
  "activity": [
    {
      "status": "in-progress",
      "prohibited": false,
      "actionResulting": [
        {
          "reference": "Procedure/f201",
          "display": "Roel's Chemotherapy"
        }
      ],
      "simple": {
        "category": "procedure",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "367336001",
              "display": "Chemotherapy"
            }
          ]
        },
        "product": {
          "reference": "#tpf"
        }
      }
    }
  ]
}

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.