@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/darts/CapabilityStatement/darts-service-provider> a fhir:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "darts-service-provider"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>DARTS Service Provider</h2>\n      <p>(Requirements Definition Capability Statement)</p>\n      <p>Canonical URL: http://hl7.org/fhir/us/darts/CapabilityStatement/darts-service-provider</p>\n      <p>Published by: <b>HL7 International - Cross Group Projects</b>\n      </p>\n      <p>This is a CapabilityStatement that defines the expected capabilities for a DARTS Service Provider who implements the DARTS services.\n      </p>\n      <h2>General</h2>\n      <div class=\"table-wrapper\">\n        <table>\n          <tbody>\n            <tr>\n              <th>FHIR Version:</th>\n              <td>4.0.1</td>\n            </tr>\n            <tr>\n              <th>Supported formats:</th>\n              <td>json</td>\n            </tr>\n          </tbody>\n        </table>\n      </div>\n      <h2>REST  behavior</h2>\n      <p>The primary focus of the DARTS Service Provider is to support the de-identify and anonymize operation.\n      </p>\n      <p>\n        <b>Security:</b>\n      </p>\n      <p><span id=\"conf-1\" class=\"fhir-conformance\">Implementations **SHALL** meet the general security requirements documented in FHIR <a href=\"http://hl7.org/fhir/security.html\">Security guidance</a></span>.</p>\n      <p><span id=\"conf-2\" class=\"fhir-conformance\">In addition the DARTS Service Provider **SHOULD** meet the security requirements as outlined in the <a href=\"spec.html#smart-on-fhir-backend-services-authorization\">SMART on FHIR Backend Services Authorization</a></span></p>\n       \n        <h3>FHIR Operations summary</h3>\n        <p><span id=\"conf-3\" class=\"fhir-conformance\">The following FHIR operations SHALL be supported by the DARTS Service Provider</span></p>\n      \n      <ul>\n        <li>\n          <a href=\"OperationDefinition-de-identify.html\">De-identify operation ([BaseURL]/$de-identify)</a>\n        </li>\n        <li>\n          <a href=\"OperationDefinition-anonymize.html\">Anonymize operation ([BaseURL]/$anonymize)</a>\n        </li>\n        <li>\n          <a href=\"OperationDefinition-psuedonymize.html\">Psuedonymize operation ([BaseURL]/$psuedonymize)</a>\n        </li>\n      </ul>\n      <br/>\n      <br/>   \n    </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "cgp"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/us/darts/CapabilityStatement/darts-service-provider"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/us/darts/CapabilityStatement/darts-service-provider>
  ] ; # 
  fhir:version [ fhir:v "1.0.0-ballot"] ; # 
  fhir:name [ fhir:v "DARTSServiceProvider"] ; # 
  fhir:title [ fhir:v "DARTS Service Provider CapabilityStatement"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-03-27"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Cross-Group Projects"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cgp" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is a CapabilityStatement that defines the expected capabilities of the DARTS Service Provider."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "US" ]
     ] )
  ] ) ; # 
  fhir:kind [ fhir:v "requirements"] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [ fhir:v "json"] ) ; # 
  fhir:rest ( [
     fhir:mode [ fhir:v "server" ] ;
     fhir:documentation [ fhir:v "The primary focus of the DARTS Service Provider actor is to support the de-identify operation." ] ;
     fhir:security [
       fhir:description [ fhir:v "Implementations must meet the general security requirements documented in the security section of the implementation guide." ]
     ] ;
     fhir:operation ( [
       fhir:name [ fhir:v "de-identify" ] ;
       fhir:definition [
         fhir:v "http://hl7.org/fhir/us/darts/OperationDefinition/de-identify"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/darts/OperationDefinition/de-identify>
       ]
     ] [
       fhir:name [ fhir:v "anonymize" ] ;
       fhir:definition [
         fhir:v "http://hl7.org/fhir/us/darts/OperationDefinition/anonymize"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/darts/OperationDefinition/anonymize>
       ]
     ] [
       fhir:name [ fhir:v "psuedonymize" ] ;
       fhir:definition [
         fhir:v "http://hl7.org/fhir/us/darts/OperationDefinition/psuedonymize"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/darts/OperationDefinition/psuedonymize>
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

