Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.1 - release
Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
The following examples show the expected interactions for creating and fulfilling outreach referrals. The examples mention some of the details used for immunisation outreach between AIR and Whaihua, but the outreach process is intended as a general workflow process.
Key elements that need to be updated / added at each step are shown in the tables describing key steps.
[01] Create ServiceRequest for outreach
Element | Expected update/information |
---|---|
ServiceRequest.status | create as 'active' code |
ServiceRequest.intent | create as 'plan' code |
ServiceRequest.code | use code describing type of outreach (e.g. 'Immunization' code' for AIR) |
ServiceRequest.subject | set to NHI identifier for patient |
ServiceRequest.priority | 'routine' |
ServiceRequest.meta.tag | update to indicate who edited it last |
ServiceRequest.meta.source | update to to indicate who edited it last |
[06] Update ServiceRequest to claim
Element | Expected update/information |
---|---|
ServiceRequest.performer | update performer to reference describing service (e.g. Device/Whaihua) |
ServiceRequest.locationReference | update to outreach provider location reference (HPI-F if available, otherwise Facility Name) |
ServiceRequest.meta.tag | update to indicate who edited it last |
ServiceRequest.meta.source | update to indicate who edited it last |
[10] Create outreach fulfilment Task
Element | Expected update/information |
---|---|
Task.status | 'accepted' to indicate has agreed to do it but work hasn't started on it |
Task.basedOn | Reference to the ServiceRequest this Task is related to |
Task.intent | 'plan' |
Task.code | code describing the type of task (e.g. for Whaihua doing AIR out reach, a general 'Immunisation' code will be used initially) |
Task.for | NHI identifier for patient |
Task.priority | 'routine' |
Task.input | reference to ImmunizationRec in AIR |
Task.meta.tag | update to indicate who edited it last |
Task.meta.source | update to indicate who edited it last |
[12] Update Task
Element | Expected update/information |
---|---|
Task.status | 'in-progress' to indicate work has started on it |
Task.meta.tag | update to Whaihua to indicate who edited it last |
Task.meta.source | update to Whaihua to indicate who edited it last |
[14] Create Communication
Element | Expected update/information |
---|---|
Communication.subject | Patient NHI reference |
Communication.status | 'completed' |
Communication.basedOn | Reference to related ServiceRequest |
Communication.extension.communicationContactPoint | ContactPoint used for communication |
Communication.sent | date sent |
Communication.recipient | Reference to patient? |
Communication.received | when recieved (if relevant) |
Communication.payload | Message content (if relevant) |
[15] Update ServiceRequest
Element | Expected update/information |
---|---|
ServiceRequest.supportingInfo | Reference to Communication created in [14] |
ServiceRequest.meta.tag | update to Whaihua to indicate who edited it last |
ServiceRequest.meta.source | update to Whaihua to indicate who edited it last |
[18] Update outreach referral ServiceRequest to cancel (or complete from Placer side)
Element | Expected update/information |
---|---|
ServiceRequest.status | 'revoked' or 'completed' |
ServiceRequest.extension.statusReason | update to reflect reason for current status [codes TBC] |
ServiceRequest.meta.tag | update to AIR/ISM to indicate who edited it last |
ServiceRequest.meta.source | update to AIR/ISM to indicate who edited it last |
[22] Close open Task(s)
Element | Expected update/information |
---|---|
Task.status | 'cancelled' |
ServiceRequest.meta.tag | update to Whaihua to indicate who edited it last |
ServiceRequest.meta.source | update to Whaihua to indicate who edited it last |
[25] Update outstanding Task(s) to completed
Element | Expected update/information |
---|---|
Task.status | 'Completed' |
Task.meta.tag | update to Whaihua to indicate who edited it last |
Task.meta.source | update to Whaihua to indicate who edited it last |
[27] Update outreach referral ServiceRequest to complete
Element | Expected update/information |
---|---|
ServiceRequest.status | 'completed' |
ServiceRequest.extension.statusReason | update to reflect reason for current status [codes TBC] |
ServiceRequest.meta.tag | update to Whaihua to indicate who edited it last |
ServiceRequest.meta.source | update to Whaihua to indicate who edited it last |
[Requirements TBC]