FHIR IG analytics| Package | hl7.fhir.us.consent-management |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-ConsentAdministrativeServerCapabilities.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/fhir-consent-management/CapabilityStatement-ConsentAdministrativeServerCapabilities.html |
| URL | http://hl7.org/fhir/us/consent-management/CapabilityStatement/ConsentAdministrativeServerCapabilities |
| Version | 1.0.0-ballot |
| Status | active |
| Date | 2025-01-01 |
| Name | ConsentAdministrativeServer |
| Title | Consent Administrative Server Capabilities |
| Realm | us |
| Authority | hl7 |
| Description | Capabilities required for a server system receiving consents. |
| Kind | requirements |
No resources found
| OperationDefinition | |
| file-consent | File a Consent |
| record-disclosure | RecordDisclosure |
| revoke-consent | Revoke a Consent |
| SearchParameter | |
| fast-auditevent-consent | FASTAuditEventConsent |
| fast-consent-controller | FASTConsentController |
| fast-consent-grantee | FASTConsentGrantee |
| fast-consent-manager | FASTConsentManager |
| fast-consent-organizationId | FASTConsentOrganizationId |
| fast-consent-patientId | FASTConsentPatientId |
| StructureDefinition | |
| FASTConsent | FASTConsent |
| FASTConsentAuditEvent | FASTConsentAuditEvent |
| FASTSubscription | FASTSubscription |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement ConsentAdministrativeServerCapabilities
json, xmlNote 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.
serverThe summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | D | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|---|
| AuditEvent | Supported Profiles FASTConsentAuditEvent | y | y | consent, patient | $recordDisclosure | |||||
| Consent | Supported Profiles FASTConsent | y | y | controller, date, grantee, manager, organizationId, patient, patientId, scope, status | $fileConsent, $revokeConsent | |||||
| Subscription | Supported Profiles FASTSubscription | y | y | y |
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | consent | reference | |
| SHALL | patient | reference |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $recordDisclosure |
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | controller | reference | |
| SHALL | date | date | |
| SHALL | grantee | reference | |
| SHALL | manager | reference | |
| SHALL | organizationId | token | |
| SHALL | patient | reference | |
| SHALL | patientId | token | |
| SHALL | scope | token | |
| SHALL | status | token |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $fileConsent | |
| SHALL | $revokeConsent |
{
"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": "1.0.0-ballot",
"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/homehealth"
}
]
}
],
"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": "AuditEvent",
"supportedProfile": [
"http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsentAuditEvent"
],
"interaction": [
{
"code": "search-type"
},
{
"code": "read"
}
],
"searchParam": [
{
"name": "consent",
"definition": "http://hl7.org/fhir/us/consent-management/SearchParameter/fast-auditevent-consent",
"type": "reference"
},
{
"name": "patient",
"type": "reference"
}
],
"operation": [
{
"name": "recordDisclosure",
"definition": "http://hl7.org/fhir/us/consent-management/OperationDefinition/record-disclosure"
}
]
},
{
"type": "Consent",
"supportedProfile": [
"http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent"
],
"interaction": [
{
"code": "search-type"
},
{
"code": "read"
}
],
"searchParam": [
{
"name": "controller",
"definition": "http://hl7.org/fhir/us/consent-management/SearchParameter/fast-consent-controller",
"type": "reference"
},
{
"name": "date",
"type": "date"
},
{
"name": "grantee",
"definition": "http://hl7.org/fhir/us/consent-management/SearchParameter/fast-consent-grantee",
"type": "reference"
},
{
"name": "manager",
"definition": "http://hl7.org/fhir/us/consent-management/SearchParameter/fast-consent-manager",
"type": "reference"
},
{
"name": "organizationId",
"definition": "http://hl7.org/fhir/us/consent-management/SearchParameter/fast-consent-organizationId",
"type": "token"
},
{
"name": "patient",
"type": "reference"
},
{
"name": "patientId",
"definition": "http://hl7.org/fhir/us/consent-management/SearchParameter/fast-consent-patientId",
"type": "token"
},
{
"name": "scope",
"type": "token"
},
{
"name": "status",
"type": "token"
}
],
"operation": [
{
"name": "fileConsent",
"definition": "http://hl7.org/fhir/us/consent-management/OperationDefinition/file-consent"
},
{
"name": "revokeConsent",
"definition": "http://hl7.org/fhir/us/consent-management/OperationDefinition/revoke-consent"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/capabilitystatement-subscriptiontopic-canonical",
"valueCanonical": "http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic"
}
],
"type": "Subscription",
"supportedProfile": [
"http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTSubscription"
],
"interaction": [
{
"code": "create"
},
{
"code": "update"
},
{
"code": "delete"
}
]
}
]
}
]
}