North West Genomic Medicine Service Alliance
0.0.7 - ci-build
North West Genomic Medicine Service Alliance, published by NHS North West GMSA. This guide is not an authorized publication; it is the continuous build for version 0.0.7 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nw-gmsa/R4/ 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