Package | nw-gmsa.github.io |
Resource Type | CapabilityStatement |
Id | QueryExistingData |
FHIR Version | R4 |
Source | https://nw-gmsa.github.io/https://build.fhir.org/ig/nw-gmsa/R4/CapabilityStatement-QueryExistingData.html |
URL | https://nw-gmsa.github.io/CapabilityStatement/QueryExistingData |
Version | 0.0.7 |
Status | draft |
Date | 2025-07-11 |
Name | QueryExistingData |
Title | CapabilityStatement for NW GMSA Clinical Data Repository |
Realm | uk |
Description | Is based on - [IHE Query for Existing Data for Mobile (QEDm)](https://build.fhir.org/ig/IHE/QEDm/branches/master/PCC-44.html) The `OpenAPISwagger Definition file` below, can be viewed using [Swagger Editor](https://editor.swagger.io/) |
Kind | capability |
No resources found
StructureDefinition | |
ServiceRequest | ServiceRequest |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement QueryExistingData
application/fhir+xml
, 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
Recommend IHE-IUA
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 |
---|---|---|---|---|---|---|---|---|---|
ServiceRequest | https://nw-gmsa.github.io/StructureDefinition/ServiceRequest | y | y | _lastUpdated, identifier, patient |
read
, search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _lastUpdated | date | The resource was last updated |
SHALL | identifier | token | Identifiers assigned to this order |
SHALL | patient | reference | Search by subject - a patient |
{ "resourceType": "CapabilityStatement", "id": "QueryExistingData", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://nw-gmsa.github.io/CapabilityStatement/QueryExistingData", "version": "0.0.7", "name": "QueryExistingData", "title": "CapabilityStatement for NW GMSA Clinical Data Repository", "status": "draft", "experimental": false, "date": "2025-07-11", "publisher": "NHS North West GMSA", "contact": [ { "telecom": [ { "system": "url", "value": "https://www.nw-gmsa.nhs.uk/contact-us" } ] } ], "description": "Is based on\n- [IHE Query for Existing Data for Mobile (QEDm)](https://build.fhir.org/ig/IHE/QEDm/branches/master/PCC-44.html)\n\nThe `OpenAPISwagger Definition file` below, can be viewed using [Swagger Editor](https://editor.swagger.io/)", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "GB", "display": "United Kingdom of Great Britain and Northern Ireland" } ] } ], "kind": "capability", "fhirVersion": "4.0.1", "format": [ "application/fhir+xml", "application/fhir+json" ], "rest": [ { "mode": "server", "security": { "service": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/restful-security-service", "code": "OAuth" } ] } ], "description": "Recommend [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html)" }, "resource": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "ServiceRequest", "profile": "https://nw-gmsa.github.io/StructureDefinition/ServiceRequest", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "search-type" } ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_lastUpdated", "type": "date", "documentation": "The resource was last updated" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "type": "token", "documentation": "Identifiers assigned to this order" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "patient", "type": "reference", "documentation": "Search by subject - a patient" } ] } ] } ] }