Release 4B 5

This page is part of the FHIR Specification (v4.3.0: R4B (v5.0.0: R5 - STU ). The This is the current published version which supercedes in it's permanent home (it will always be available at this version is 5.0.0 . URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R5 R4B R4 R3 R2

Careplan-example-GPVisit.json

Example CarePlan/gpvisit (JSON)

Patient Care Work Group Maturity Level : N/A Standards Status : Informative Compartments : Encounter , Patient , Practitioner , RelatedPerson

Raw JSON ( canonical form + also see JSON Format Specification )

Encounter-specific care plan for GP visit

{
  "resourceType": "CarePlan",
  "id": "gpvisit",
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>  Represents the flow of a patient within a practice. The plan is created when\n        they arrive and represents the 'care' of the patient over the course of that encounter.\n        They first see the nurse for basic observations (BP, pulse, temp) then the doctor for\n        the consultation and finally the nurse again for a tetanus immunization. As the plan is\n        updated (e.g. a new activity added), different versions of the plan exist, and workflow timings\n        for reporting can be gained by examining the plan history. This example is the version after\n        seeing the doctor, and waiting for the nurse.The plan can either be created 'ad hoc' and modified as\n        the parient progresses, or start with a standard template (which can, of course, be altered to suit the patient.</p>\n    </div>"

  "resourceType" : "CarePlan",
  "id" : "gpvisit",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>  Represents the flow of a patient within a practice. The plan is created when\n        they arrive and represents the 'care' of the patient over the course of that encounter.\n        They first see the nurse for basic observations (BP, pulse, temp) then the doctor for\n        the consultation and finally the nurse again for a tetanus immunization. As the plan is\n        updated (e.g. a new activity added), different versions of the plan exist, and workflow timings\n        for reporting can be gained by examining the plan history. This example is the version after\n        seeing the doctor, and waiting for the nurse.The plan can either be created 'ad hoc' and modified as\n        the parient progresses, or start with a standard template (which can, of course, be altered to suit the patient.</p>\n    </div>"

  },
  "contained": [
    {
      "resourceType": "Condition",
      "id": "p1",
      "clinicalStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
            "code": "active"
          }
        ]
      },
      "verificationStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
            "code": "confirmed"
          }
        ]
      },
      "code": {
        "text": "Overseas encounter"

  "contained" : [{
    "resourceType" : "Condition",
    "id" : "p1",
    "clinicalStatus" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }]
    },
    "verificationStatus" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }]
    },
    "code" : {
      "text" : "Overseas encounter"
    },
    "subject" : {
      "reference" : "Patient/100",
      "display" : "Peter James Chalmers"
    }
  },
  {
    "resourceType" : "CareTeam",
    "id" : "careteam",
    "participant" : [{
      "id" : "part1",
      "role" : {
        "coding" : [{
          "system" : "http://example.org/local",
          "code" : "nur"
        }],
        "text" : "nurse"

      },
      "subject": {
        "reference": "Patient/100",
        "display": "Peter James Chalmers"

      "member" : {
        "reference" : "Practitioner/13",
        "display" : "Nurse Nancy"

      }
    },
    {
      "resourceType": "CareTeam",
      "id": "careteam",
      "participant": [
        {
          "id": "part1",
          "role": [
            {
              "coding": [
                {
                  "system": "http://example.org/local",
                  "code": "nur"
                }
              ],
              "text": "nurse"
            }
          ],
          "member": {
            "reference": "Practitioner/13",
            "display": "Nurse Nancy"
          }
        },
        {
          "id": "part2",
          "role": [
            {
              "coding": [
                {
                  "system": "http://example.org/local",
                  "code": "doc"
                }
              ],
              "text": "doctor"
            }
          ],
          "member": {
            "reference": "Practitioner/14",
            "display": "Doctor Dave"
          }
        }
      ]
    },
    {
      "resourceType": "Goal",
      "id": "goal",
      "lifecycleStatus": "planned",
      "description": {
        "text": "Complete consultation"

      "id" : "part2",
      "role" : {
        "coding" : [{
          "system" : "http://example.org/local",
          "code" : "doc"
        }],
        "text" : "doctor"

      },
      "subject": {
        "reference": "Patient/100",
        "display": "Peter James Chalmers"

      "member" : {
        "reference" : "Practitioner/14",
        "display" : "Doctor Dave"

      }
    }
  ],
  "status": "active",
  "intent": "plan",
  "subject": {
    "reference": "Patient/100",
    "display": "Peter James Chalmers"
  },
  "period": {
    "start": "2013-01-01T10:30:00+00:00"

    }]

  },
  "careTeam": [
    {
      "reference": "#careteam"
    }
  ],
  "addresses": [
    {
      "reference": "#p1",
      "display": "obesity"
    }
  ],
  "goal": [
    {
      "reference": "#goal"

  {
    "resourceType" : "Goal",
    "id" : "goal",
    "lifecycleStatus" : "planned",
    "description" : {
      "text" : "Complete consultation"
    },
    "subject" : {
      "reference" : "Patient/100",
      "display" : "Peter James Chalmers"

    }
  ],
  "activity": [

  },
  {
    "resourceType" : "Appointment",
    "id" : "activity-1",
    "status" : "fulfilled",
    "description" : "Nurse consultation",
    "start" : "2013-01-01T10:38:00+00:00",
    "end" : "2013-01-01T10:50:00+00:00",
    "subject" : {
      "reference" : "Patient/100",
      "display" : "Peter James Chalmers"
    },
    "participant" : [{
      "actor" : {
        "reference" : "Patient/100",
        "display" : "Peter James Chalmers"
      },
      "required" : true,
      "status" : "accepted"
    },

    {
      "outcomeReference": [
        {
          "reference": "Encounter/example"
        }
      ],
      "detail": {
        "kind": "Appointment",
        "code": {
          "coding": [
            {
              "system": "http://example.org/local",
              "code": "nursecon"
            }
          ],
          "text": "Nurse Consultation"
        },
        "status": "completed",
        "doNotPerform": false,
        "scheduledPeriod": {
          "start": "2013-01-01T10:38:00+00:00",
          "end": "2013-01-01T10:50:00+00:00"
        },
        "performer": [
          {
            "reference": "Practitioner/13",
            "display": "Nurse Nancy"
          }
        ]
      }

      "type" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
          "code" : "ATND"
        }]
      }],
      "actor" : {
        "reference" : "Practitioner/13",
        "display" : "Nurse Nancy"
      },
      "required" : true,
      "status" : "accepted"
    }]
  },
  {
    "resourceType" : "Appointment",
    "id" : "activity-2",
    "status" : "proposed",
    "description" : "Doctor Consultation",
    "subject" : {
      "reference" : "Patient/100",
      "display" : "Peter James Chalmers"
    },
    "participant" : [{
      "actor" : {
        "reference" : "Patient/100",
        "display" : "Peter James Chalmers"
      },
      "required" : true,
      "status" : "accepted"

    },
    {
      "detail": {
        "kind": "Appointment",
        "code": {
          "coding": [
            {
              "system": "http://example.org/local",
              "code": "doccon"
            }
          ],
          "text": "Doctor Consultation"
        },
        "status": "scheduled",
        "doNotPerform": false,
        "performer": [
          {
            "reference": "Practitioner/14",
            "display": "Doctor Dave"
          }
        ]

      "type" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
          "code" : "ATND"
        }]
      }],
      "actor" : {
        "reference" : "Practitioner/14",
        "display" : "Doctor Dave"
      },
      "required" : true,
      "status" : "accepted"
    }]
  }],
  "status" : "active",
  "intent" : "plan",
  "subject" : {
    "reference" : "Patient/100",
    "display" : "Peter James Chalmers"
  },
  "period" : {
    "start" : "2013-01-01T10:30:00+00:00"
  },
  "careTeam" : [{
    "reference" : "#careteam"
  }],
  "addresses" : [{
    "reference" : {
      "reference" : "#p1",
      "display" : "obesity"
    }
  }],
  "goal" : [{
    "reference" : "#goal"
  }],
  "activity" : [{
    "performedActivity" : [{
      "reference" : {
        "reference" : "Encounter/example"

      }
    }],
    "plannedActivityReference" : {
      "reference" : "#activity-1"

    }
  ]

  },
  {
    "plannedActivityReference" : {
      "reference" : "#activity-2"
    }
  }]

}

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.