Medicines Data Repository Implementation Guide
0.1.0 - ci-build
Medicines Data Repository Implementation Guide, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/mdr/ and changes regularly. See the Directory of published versions
Official URL: https://preprod-apibroker.whanautahi.com/mcv/fhir/metadata | Version: 0.1.0 | |||
Draft as of 2023-02-24 | Computable Name: NZ_MDR |
MDR Consumer View Capability Statement
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement ConsumerCapabliityStatement
application/fhir+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
OAuth
Supports OAuth 2.0 - Client Credential flow. [OAuth token endpoint] (https://login.microsoftonline.com/7a71250a-e506-4080-8e6a-ae1e8a771e22/oauth2/v2.0/token)
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 |
---|---|---|---|---|---|---|---|---|---|
MedicationRequest | http://hl7.org/fhir/StructureDefinition/MedicationRequest | y | _lastUpdated, _security, status, authoredon, patient | MedicationDispense:prescription | |||||
MedicationDispense | http://hl7.org/fhir/StructureDefinition/MedicationDispense | y | _lastUpdated, _security, patient, whenprepared, whenhandedover, status | MedicationDispense:prescription , MedicationDispense:medication |
read
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _lastUpdated | date | When the resource version last changed (use format yyyy-mm-ddThh:mm:ssZ) |
SHALL | _security | token | Security Labels applied to this resource |
SHALL | status | token | Status of the prescription |
SHALL | authoredon | date | Return prescriptions written on this date (use format yyyy-mm-ddThh:mm:ssZ) |
SHALL | patient | reference | Returns prescriptions for a specific patient (NHI) |
read
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _lastUpdated | date | When the resource version last changed (use format yyyy-mm-ddThh:mm:ssZ) |
SHALL | _security | token | Security Labels applied to this resource |
SHALL | patient | reference | The identity of a patient to list dispenses for (NHI) |
SHALL | whenprepared | date | Returns dispenses prepared on this date (use format yyyy-mm-ddThh:mm:ssZ) |
SHALL | whenhandedover | date | Returns dispenses handed over on this date (use format yyyy-mm-ddThh:mm:ssZ) |
SHALL | status | token | Returns dispenses with a specified dispense status |