Health NZ | Te Whatu Ora FHIR Assistance Needs Questionnaires Implementation Guide
0.0.1 - draft
Health NZ | Te Whatu Ora FHIR Assistance Needs Questionnaires Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Support for capturing and retrieving disability assistance needs.
Salesforce, via the magic link triggers the Questionnaire in the form tool, the resulting QuestionnaireResponse is sent to the FHIR Server for processing.
The questionnaire is in Patient context, and neither the Questionnaire nor Questionnaireresponse define Patient as a subject, because the
Form Tool
injects this.
The resulting resources can be consumed via the Rest API to retrieve the patients assistance needs.
curl -s ${FHIR_URL}/Condition?subject:identifier=${nhi}&category=717831006&code=371152001
The auto-generated OAS file has been left unaltered, however, this file is not usable in its default output, so the following have been provided, for the following task
The following example screen shots are examples only.