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

FHIR IG Statistics: CapabilityStatement/ConsentAdministrativeServerCapabilities

Packagehl7.fhir.us.consent-management
TypeCapabilityStatement
IdConsentAdministrativeServerCapabilities
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/consent-management/https://build.fhir.org/ig/HL7/fhir-consent-management/CapabilityStatement-ConsentAdministrativeServerCapabilities.html
URLhttp://hl7.org/fhir/us/consent-management/CapabilityStatement/ConsentAdministrativeServerCapabilities
Version0.1.0
Statusactive
Date2025-01-01
NameConsentAdministrativeServer
TitleConsent Administrative Server Capabilities
Realmus
Authorityhl7
DescriptionCapabilities required for a server system receiving consents.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
file-consentFile a Consent
StructureDefinition
FASTConsentFASTConsent
fileConsentParametersFile Consent Operation Parameters

Narrative

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

Generated Narrative: CapabilityStatement ConsentAdministrativeServerCapabilities

Consent Administrative Server Capabilities

  • Implementation Guide Version: 0.1.0
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Supported Patch Formats:
  • Published on: 2025-01-01
  • Published by: HL7 International / Community Based Collaborative Care

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

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
Parametershttp://hl7.org/fhir/us/consent-management/StructureDefinition/fileConsentParameters$File Consent
Consenthttp://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsentyyactor, organization, patient, status, scope

Resource Conformance: supported Parameters

Profile Conformance
SHALL
Reference Policy

Interaction summary

    Extended Operations
    ConformanceOperationDocumentation
    SHALL$File Consent

    Resource Conformance: supported Consent

    Base System Profile
    FASTConsent
    Profile Conformance
    SHALL
    Reference Policy

    Interaction summary
    • Supports search-type, read.

    Search Parameters
    ConformanceParameterTypeDocumentation
    SHALLactorreference
    SHALLorganizationreference
    SHALLpatientreference
    SHALLstatustoken
    SHALLscopetoken
     

    Source

    {
      "resourceType": "CapabilityStatement",
      "id": "ConsentAdministrativeServerCapabilities",
      "text": {
        "status": "extensions",
        "div": "<!-- snip (see above) -->"
      },
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
          "valueCode": "cbcc"
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
          "valueInteger": 1,
          "_valueInteger": {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
                "valueCanonical": "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"
              }
            ]
          }
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
          "valueCode": "trial-use",
          "_valueCode": {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
                "valueCanonical": "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/consent-management/CapabilityStatement/ConsentAdministrativeServerCapabilities",
      "version": "0.1.0",
      "name": "ConsentAdministrativeServer",
      "title": "Consent Administrative Server Capabilities",
      "status": "active",
      "experimental": false,
      "date": "2025-01-01",
      "publisher": "HL7 International / Community Based Collaborative Care",
      "contact": [
        {
          "name": "HL7 International / Community Based Collaborative Care",
          "telecom": [
            {
              "system": "url",
              "value": "http://www.hl7.org/Special/committees/cbcc"
            }
          ]
        }
      ],
      "description": "Capabilities required for a server system receiving consents.",
      "jurisdiction": [
        {
          "coding": [
            {
              "system": "urn:iso:std:iso:3166",
              "code": "US",
              "display": "United States of America"
            }
          ]
        }
      ],
      "kind": "requirements",
      "fhirVersion": "4.0.1",
      "format": [
        "json",
        "xml"
      ],
      "rest": [
        {
          "mode": "server",
          "resource": [
            {
              "type": "Parameters",
              "profile": "http://hl7.org/fhir/us/consent-management/StructureDefinition/fileConsentParameters",
              "operation": [
                {
                  "name": "File Consent",
                  "definition": "http://hl7.org/fhir/us/consent-management/OperationDefinition/file-consent"
                }
              ]
            },
            {
              "type": "Consent",
              "profile": "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent",
              "interaction": [
                {
                  "code": "search-type"
                },
                {
                  "code": "read"
                }
              ],
              "searchParam": [
                {
                  "name": "actor",
                  "type": "reference"
                },
                {
                  "name": "organization",
                  "type": "reference"
                },
                {
                  "name": "patient",
                  "type": "reference"
                },
                {
                  "name": "status",
                  "type": "token"
                },
                {
                  "name": "scope",
                  "type": "token"
                }
              ]
            }
          ]
        }
      ]
    }