NHS North West Genomics
0.0.8 - ci-build
NHS North West Genomics, published by NHS North West Genomics. This guide is not an authorized publication; it is the continuous build for version 0.0.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nw-gmsa/nw-gmsa.github.com/ and changes regularly. See the Directory of published versions
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.
Find Document References [ITI-67]
|
FHIR Profile: DocumentReference
|
Related to HL7 v2 Segment: OBX type=ED
|
| 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 |
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