Package | hl7.fhir.us.consent-management |
Type | CapabilityStatement |
Id | ConsentClientCapabilities |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/consent-management/https://build.fhir.org/ig/HL7/fhir-consent-management/CapabilityStatement-ConsentClientCapabilities.html |
URL | http://hl7.org/fhir/us/consent-management/CapabilityStatement/ConsentClientCapabilities |
Version | 0.1.0 |
Status | active |
Date | 2025-01-01 |
Name | ConsentClient |
Title | Consent Client Capabilities |
Realm | us |
Authority | hl7 |
Description | Capabilities required for a client system filing and review consents. |
Kind | requirements |
No resources found
OperationDefinition | |
file-consent | File a Consent |
StructureDefinition | |
FASTConsent | FASTConsent |
fileConsentParameters | File Consent Operation Parameters |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement ConsentClientCapabilities
json
, xml
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.
client
The 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 | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
Parameters | http://hl7.org/fhir/us/consent-management/StructureDefinition/fileConsentParameters | $File Consent | |||||||
Consent | http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent | y | y | actor, organization, patient, status, scope |
Conformance | Operation | Documentation |
---|---|---|
SHALL | $File Consent |
search-type
, read
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | actor | reference | |
SHALL | organization | reference | |
SHALL | patient | reference | |
SHALL | status | token | |
SHALL | scope | token |
{ "resourceType": "CapabilityStatement", "id": "ConsentClientCapabilities", "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/ConsentClientCapabilities", "version": "0.1.0", "name": "ConsentClient", "title": "Consent Client 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 client system filing and review 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": "client", "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" } ] } ] } ] }