FHIR IG analytics| Package | fhir.nwgenomics.nhs.uk |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-QueryExistingData.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/nw-gmsa/nw-gmsa.github.com/CapabilityStatement-QueryExistingData.html |
| URL | https://fhir.nwgenomics.nhs.uk/CapabilityStatement/QueryExistingData |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-07-11 |
| Name | QueryExistingData |
| Title | CapabilityStatement for NW GMSA Clinical Data Repository |
| Realm | us |
| Authority | hl7 |
| 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+jsonNote 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.
serverThe 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://fhir.nwgenomics.nhs.uk/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://fhir.nwgenomics.nhs.uk/CapabilityStatement/QueryExistingData",
"version": "0.1.0",
"name": "QueryExistingData",
"title": "CapabilityStatement for NW GMSA Clinical Data Repository",
"status": "draft",
"experimental": false,
"date": "2025-07-11",
"publisher": "NHS North West Genomics",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.nwgenomics.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://fhir.nwgenomics.nhs.uk/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"
}
]
}
]
}
]
}