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

FHIR IG analytics

Packagehl7.fhir.us.darts
Resource TypeCapabilityStatement
IdCapabilityStatement-darts-service-provider.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-darts/CapabilityStatement-darts-service-provider.html
URLhttp://hl7.org/fhir/us/darts/CapabilityStatement/darts-service-provider
Version0.1.0
Statusdraft
Date2026-03-27
NameDARTSServiceProvider
TitleDARTS Service Provider CapabilityStatement
Realmus
Authorityhl7
DescriptionThis is a CapabilityStatement that defines the expected capabilities of the DARTS Service Provider.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
hl7.fhir.us.darts#currentdeidentifyGenerate Deidentified data

Narrative

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

DARTS Service Provider

(Requirements Definition Capability Statement)

Canonical URL: http://hl7.org/fhir/us/darts/CapabilityStatement/darts-service-provider

Published by: HL7 International - Cross Group Projects

This is a CapabilityStatement that defines the expected capabilities for a DARTS Service Provider who implements the DARTS services.

General

FHIR Version: 4.0.1
Supported formats: json

REST behavior

The primary focus of the DARTS Service Provider is to support the deidentify and anonymize operation.

Security:

Implementations must meet the general security requirements documented in FHIR Security guidance.

In addition the DARTS Service Provider **SHOULD** meet the security requirements as outlined in the SMART on FHIR Backend Services Authorization

FHIR Operations summary

The following FHIR operations SHALL be supported by the DARTS Service Provider




Source1

{
  "resourceType": "CapabilityStatement",
  "id": "darts-service-provider",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cgp"
    }
  ],
  "url": "http://hl7.org/fhir/us/darts/CapabilityStatement/darts-service-provider",
  "version": "0.1.0",
  "name": "DARTSServiceProvider",
  "title": "DARTS Service Provider CapabilityStatement",
  "status": "draft",
  "date": "2026-03-27",
  "publisher": "HL7 International / Cross Group Projects",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cgp"
        }
      ]
    }
  ],
  "description": "This is a CapabilityStatement that defines the expected capabilities of the DARTS Service Provider.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "The primary focus of the DARTS Service Provider actor is to support the deidentify operation.",
      "security": {
        "description": "Implementations must meet the general security requirements documented in the security section of the implementation guide."
      },
      "operation": [
        {
          "name": "deidentify",
          "definition": "http://hl7.org/fhir/us/darts/OperationDefinition/deidentify"
        }
      ]
    }
  ]
}