FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeCapabilityStatement
IdCapabilityStatement-DGTS-application.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsengland.genomics.r4@0.5.2&canonical=https://fhir.nhs.uk/CapabilityStatement/DGTS-application
URLhttps://fhir.nhs.uk/CapabilityStatement/DGTS-application
Version0.1.0
Statusdraft
Date2025-11-26T00:00:00+00:00
NameCapabilityStatementDGTSApplication
DescriptionSample server capability for the Digital Genomic Test Services API
Kindinstance

Resources that use this resource

No resources found


Resources that this resource uses

ImplementationGuide
FHIR-Genomics-Implementation-GuideFHIR Genomics Implementation Guide

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CapabilityStatement",
  "id": "CapabilityStatement-DGTS-application",
  "url": "https://fhir.nhs.uk/CapabilityStatement/DGTS-application",
  "version": "0.1.0",
  "name": "CapabilityStatementDGTSApplication",
  "status": "draft",
  "date": "2025-11-26T00:00:00+00:00",
  "publisher": "NHS England",
  "description": "Sample server capability for the Digital Genomic Test Services API",
  "kind": "instance",
  "implementationGuide": [
    "https://fhir.nhs.uk/ImplementationGuide/FHIR-Genomics-Implementation-Guide"
  ],
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+json"
  ],
  "implementation": {
    "description": "Exemplar CapabilityStatement for the GMS DGTS FHIR API"
  },
  "rest": [
    {
      "mode": "server",
      "documentation": "RESTful endpoints supported by the DGTS FHIR API",
      "resource": [
        {
          "type": "PlanDefinition",
          "profile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition",
          "documentation": "For searching DGTS Test Packages",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "context",
              "type": "token"
            },
            {
              "name": "title",
              "type": "string"
            },
            {
              "name": "url",
              "type": "uri"
            },
            {
              "name": "version",
              "type": "token"
            }
          ]
        },
        {
          "type": "ActivityDefinition",
          "profile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition",
          "documentation": "For searching DGTS Genomic Test",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "composed-of",
              "type": "reference"
            },
            {
              "name": "context",
              "type": "token"
            },
            {
              "name": "identifier",
              "type": "token"
            },
            {
              "name": "title",
              "type": "string"
            },
            {
              "name": "status",
              "type": "token"
            },
            {
              "name": "url",
              "type": "uri"
            },
            {
              "name": "version",
              "type": "token"
            }
          ],
          "operation": [
            {
              "name": "$data-requirements",
              "definition": "http://hl7.org/fhir/OperationDefinition/ActivityDefinition-data-requirements"
            }
          ]
        },
        {
          "type": "Library",
          "profile": "http://hl7.org/fhir/StructureDefinition/Library",
          "documentation": "Data requirements for DGTS Genomic Tests",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "type": "SpecimenDefinition",
          "profile": "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition",
          "documentation": "Specimen requirements for DGTS Genomic Tests",
          "interaction": [
            {
              "code": "read"
            }
          ]
        }
      ]
    }
  ]
}