FHIR IG analytics| Package | hl7.fhir.us.darts |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-darts-service-provider.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/fhir-darts/CapabilityStatement-darts-service-provider.html |
| URL | http://hl7.org/fhir/us/darts/CapabilityStatement/darts-service-provider |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-03-27 |
| Name | DARTSServiceProvider |
| Title | DARTS Service Provider CapabilityStatement |
| Realm | us |
| Authority | hl7 |
| Description | This is a CapabilityStatement that defines the expected capabilities of the DARTS Service Provider. |
| Kind | requirements |
No resources found
| OperationDefinition | ||
| hl7.fhir.us.darts#current | deidentify | Generate Deidentified data |
Note: links and images are rebased to the (stated) source
(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.
| FHIR Version: | 4.0.1 |
|---|---|
| Supported formats: | json |
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
The following FHIR operations SHALL be supported by the DARTS Service Provider
{
"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"
}
]
}
]
}