New Zealand HPI Implementation Guide
1.4.7 - Release
New Zealand HPI Implementation Guide - Local Development build (v1.4.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Official URL: http://hl7.org.nz/fhir/ig/hpi/CapabilityStatement/HpiCapabilityStatement | Version: 1.4.7 | |||
Draft as of 2020-04-01 | Computable Name: HPI_CapabilityStatement |
This is the computable resource that describes the RESTful endpoint
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement HpiCapabilityStatement
json
Note to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
server
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
Practitioner | http://hl7.org.nz/fhir/StructureDefinition/HPIPractitioner Additional supported profiles: http://hl7.org.nz/fhir/StructureDefinition/hpi-practitioner | y | y | y | identifier, name, gender, birthdate | ||||
PractitionerRole | Supported Profileshttp://hl7.org.nz/fhir/StructureDefinition/hpi-practitioner-role | y | y | y | y | practitioner, organization, location, role, active | practitioner , organization , location | ||
Organization | Supported Profileshttp://hl7.org.nz/fhir/StructureDefinition/hpi-organization | y | y | active, name, identifier, type, partOf | |||||
Location | Supported Profileshttp://hl7.org.nz/fhir/StructureDefinition/hpi-location | y | y | identifier, name, type, address, organization, dhb, status, messaging-address |
http://hl7.org.nz/fhir/StructureDefinition/hpi-practitioner
read
, search-type
, create
.Practitioner query
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | For searching a Practitioner resource using their council/board registration number |
SHALL | name | string | Should contain the person’s full name, include all given names and family name. |
SHALL | gender | token | Use with name and birthdate. Search by gender alone is not allowed. |
SHALL | birthdate | date | Use with name and gender. Search by birthdate alone is not allowed. |
Conformance | Operation | Documentation |
---|---|---|
SHALL | $update-core | POST, [base]/Practitioner[cpn],An operation that updates a health providers demographic details, system/Practitioner.u |
read
, search-type
, create
, update
.http://hl7.org.nz/fhir/StructureDefinition/hpi-practitioner-role
PractitionerRole query
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | practitioner | reference | Given an hpi-person-id, returns the PractitionerRole records associated with that id |
SHALL | organization | reference | Not yet enabled. Given an hpi-organization-id, returns the PractitionerRole records associated with that id |
SHALL | location | token | Given an hpi-facility-id, returns the PractitionerRole records associated with that id |
SHALL | role | token | Returns PractitionerRole records based on role code |
SHALL | active | token | To enable exclusion of inactive PractitionerRole records |
http://hl7.org.nz/fhir/StructureDefinition/hpi-organization
Organization query
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | active | token | To enable exclusion of inactive organizations |
SHALL | name | string | For searching using the organisation’s name or an alias name |
SHALL | identifier | token | For searching using an organisation’s New Zealand Business Number (NZBN) or their legacy NZHIS agency code. |
SHALL | type | token | For searching using an organisation's type E.g. DHB, RA, Educational institution |
SHALL | partOf | reference | For retrieving organizations that are 'part of' another. |
http://hl7.org.nz/fhir/StructureDefinition/hpi-location
Location query
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | For searching using an organization’s legacy NZHIS facility code. |
SHALL | name | string | For searching using the Locations name or alias name |
SHALL | type | token | Retrieve Locations of the given type |
SHALL | address | string | Retrieve the Locations by address |
SHALL | organization | reference | Retrieve Locations with the given ManagingOrganization |
SHALL | dhb | token | Searching for Locations that are in a DHBs catchment area. |
SHALL | status | token | Not yet enabled. To enable exclusion of inactive locations |
SHALL | messaging-address | string | Search by EDI address |