New Zealand NES IG
1.4.10 - Release
New Zealand NES IG - Local Development build (v1.4.10) 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.10 | |||
| Draft as of 2023-05-24 | Computable Name: | |||
NES FHIR Capabilities
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement NESCapabilityStatement
jsonjsonNote 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.
serverThe 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 |
readGET,[base]/Coverage/[id],Used to retrieve a Patient entitlement by id, system/Coverage.r
createPOST,[base]/Coverage, Create a new entitlement - Future Scope, system/Coverage.c
updatePUT,[base]/Coverage/[id], Update a patient's entitlement card details, system/Coverage.u
search-typeGET,[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 |
readGET,[base]/EpisodeOfCare/[id],Used to retrieve a Patient enrolment by id - Future scope, system/EpisodeOfCare.r
createPOST,[base]/EpisodeOfCare, Create a new enrolment, system/EpisodeOfCare.c
updatePUT,[base]/EpisodeOfCare/[id], Update an existing enrolment, system/EpisodeOfCare.u
search-typeGET,[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 |