FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/QueryExistingData

Packagenw-gmsa.github.io
Resource TypeCapabilityStatement
IdQueryExistingData
FHIR VersionR4
Sourcehttps://nw-gmsa.github.io/https://build.fhir.org/ig/nw-gmsa/R4/CapabilityStatement-QueryExistingData.html
URLhttps://nw-gmsa.github.io/CapabilityStatement/QueryExistingData
Version0.0.7
Statusdraft
Date2025-07-11
NameQueryExistingData
TitleCapabilityStatement for NW GMSA Clinical Data Repository
Realmuk
DescriptionIs 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/)
Kindcapability

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ServiceRequestServiceRequest

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement QueryExistingData

CapabilityStatement for NW GMSA Clinical Data Repository

  • Implementation Guide Version: 0.0.7
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Supported Patch Formats:
  • Published on: 2025-07-11
  • Published by: NHS North West GMSA

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.

FHIR RESTful Capabilities

Mode: server

Security
Enable CORS: no
Security services supported: OAuth

Recommend IHE-IUA

Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
ServiceRequesthttps://nw-gmsa.github.io/StructureDefinition/ServiceRequestyy_lastUpdated, identifier, patient

Resource Conformance: SHALL ServiceRequest

Base System Profile
ServiceRequest
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • SHALL support read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_lastUpdateddate

The resource was last updated

SHALLidentifiertoken

Identifiers assigned to this order

SHALLpatientreference

Search by subject - a patient

 

Source

{
  "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"
            }
          ]
        }
      ]
    }
  ]
}