CarePlan
VKP uses Careplan to represent a set of planned visits to the patient, retrieved from the EHR (norwegian:besøksplan). The Careplan contaisn a number of Activities, each representing a visit.
Search parameters and return values
The server is expected to return a vkp-Patient resource and a set of vkp-CarePlan resources as a Bundle. If an error occurs an OperationOutcome resource should be returned.
Usage of profile attributes
The following table summarizes the most important Careplan fields used by VKP. For complete documentation, see VkpCarePlan
| Field | Description |
|---|---|
| Status | Status of the careplan, typically 'active' |
| Category | Type of careplan. Currently, only besøksplan is supported. |
| Title | Name/title of the careplan |
| Subject | Identification of the patient |
| Activity | List of visits, decribed by the 'detail' field: |
| Activity.detail.kind | "Appointment" |
| Activity.detail.status | Status of the visit, e.g. "scheduled" or "completed" |
| activity.detail.statusReason | Reason for the current status |
| Activity.detail.scheduledPeriod | Planned period for the visit |
| Activity.detail.description | Textual description of the visit |