North West Genomic Medicine Service Alliance
0.0.7 - ci-build United Kingdom flag

North West Genomic Medicine Service Alliance - Local Development build (v0.0.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Mobile Access to Health Documents [MHD]

This API for the NW GMSA Clinical Data Repository is based on the following API contracts:

The search parameters are based on FHIR Search which provides detailed description of the parameters and value types.

Binary [ITI-68]

Retrieve Document [ITI-68]

Read

DocumentReference [ITI-67]

Find Document References [ITI-67]

Read

Parameter Type Search Note
_lastUpdated date GET [base]/DocumentReference?_lastUpdated=[date] Date the resource was last updated
identifier token GET [base]/DocumentReference?identifier=[system|][code] Master Version Specific Identifier
patient reference GET [base]/DocumentReference?patient=[id] Who/what is the subject of the document
date date GET [base]/DocumentReference?date=[date] When this document reference was created
category token GET [base]/DocumentReference?category=[system|][code] Categorisation of document
type token GET [base]/DocumentReference?type=[system|][code] Kind of document

Example

Searching for a DocumentReference by type (Genetic report) and patient.

GET [base]/DocumentReference?type=http://snomed.info/sct|1054161000000101&patient=995525
Accept: application/fhir+json