New Zealand NES IG
1.4.7 - Release
New Zealand NES IG - 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/nes/CapabilityStatement/NESCapabilityStatement | Version: 1.4.7 | |||
Draft as of 2023-05-24 | Computable Name: |
NES FHIR Capabilities
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement NESCapabilityStatement
json
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 |
---|---|---|---|---|---|---|---|---|---|
Coverage | http://hl7.org.nz/fhir/StructureDefinition/NzCoverage | y | y | y | y | identifier, beneficiary, type, status | |||
EpisodeOfCare | http://hl7.org.nz/fhir/StructureDefinition/NesEnrolment | y | y | y | y | patient, status, type |
read
GET,[base]/Coverage/[id],Used to retrieve a Patient entitlement by id, system/Coverage.r
create
POST,[base]/Coverage, Create a new entitlement - Future Scope, system/Coverage.c
update
PUT,[base]/Coverage/[id], Update a patient's entitlement card details, system/Coverage.u
search-type
GET,[base]/Coverage, Search for a patient's entitlements,patient:Coverage.s system/Coverage.s
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | external entitlement id - Future scope |
SHALL | beneficiary | string | NHI-Id |
SHALL | type | token | entitlement type code - Future scope |
SHALL | status | token | status code - Future scope |
read
GET,[base]/EpisodeOfCare/[id],Used to retrieve a Patient enrolment by id - Future scope, system/EpisodeOfCare.r
create
POST,[base]/EpisodeOfCare, Create a new enrolment, system/EpisodeOfCare.c
update
PUT,[base]/EpisodeOfCare/[id], Update an existing enrolment, system/EpisodeOfCare.u
search-type
GET,[base]/EpisodeOfCare, Search for a Patient's enrolment's, system/EpisodeOfCare.s
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | string | NHI number |
SHALL | status | token | status code |
SHALL | type | token | type code - Future scope |