Package | hl7.fhir.uv.crmi |
Type | CapabilityStatement |
Id | crmi-authoring-artifact-repository |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/CapabilityStatement-crmi-authoring-artifact-repository.html |
URL | http://hl7.org/fhir/uv/crmi/CapabilityStatement/crmi-authoring-artifact-repository |
Version | 2.0.0-cibuild |
Status | active |
Date | 2025-07-11T19:15:46+00:00 |
Name | CRMIAuthoringArtifactRepository |
Title | CRMI Authoring Artifact Repository |
Realm | uv |
Authority | hl7 |
Description | Capability statement for a repository service supporting additional authoring and content workflow capabilities for FHIR-based knowledge artifacts above the basic ShareableArtifactRepository. |
Kind | requirements |
CapabilityStatement | |
authoring-measure-repository | CQF Measures Authoring Measure Repository Capability Statement |
authoring-measure-repository | CQF Measures Authoring Measure Repository Capability Statement |
CapabilityStatement | |
crmi-publishable-artifact-repository | CRMI Publishable Artifact Repository |
crmi-shareable-artifact-repository | CRMI Shareable Artifact Repository |
ImplementationGuide | |
hl7.fhir.uv.crmi | Canonical Resource Management Infrastructure Implementation Guide |
OperationDefinition | |
crmi-approve | CRMI Approve |
crmi-draft | CRMI Draft |
crmi-release | CRMI Release |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement crmi-authoring-artifact-repository
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.
This CapabilityStatement imports these CapabilityStatements CRMI Shareable Artifact Repository, CRMI Publishable Artifact Repository
server
RESTful Authoring Artifact Repository
Certificates
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 | D | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|---|
ActivityDefinition | y | y | y | |||||||
Library | y | y | y | |||||||
Measure | y | y | y | |||||||
PlanDefinition | y | y | y |
create
Create allows authoring workflows to post new activity definitions in draft (submit) or active (publish) status.
update
Update allows authoring workflows to update existing activity definitions in draft (revise) status, add comments to existing activity definitions (review and approve), and release or retire an activity definition.
delete
Delete allows authoring workflows to withdraw draft activity definitions or archive retired activity definitions.
create
Create allows authoring workflows to post new libraries in draft (submit) or active (publish) status.
update
Update allows authoring workflows to update existing libraries in draft (revise) status, add comments to existing libraries (review and approve), and release or retire a library.
delete
Delete allows authoring workflows to withdraw draft libraries or archive retired libraries.
create
Create allows authoring workflows to post new measures in draft (submit) or active (publish) status.
update
Update allows authoring workflows to update existing measures in draft (revise) status, add comments to existing measures (review and approve), and release or retire a measure.
delete
Delete allows authoring workflows to withdraw draft measures or archive retired measures.
create
Create allows authoring workflows to post new plan definitions in draft (submit) or active (publish) status.
update
Update allows authoring workflows to update existing plan definitions in draft (revise) status, add comments to existing plan definitions (review and approve), and release or retire a plan definition.
delete
Delete allows authoring workflows to withdraw draft plan definitions or archive retired plan definitions.
{ "resourceType": "CapabilityStatement", "id": "crmi-authoring-artifact-repository", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cds" } ], "url": "http://hl7.org/fhir/uv/crmi/CapabilityStatement/crmi-authoring-artifact-repository", "version": "2.0.0-cibuild", "name": "CRMIAuthoringArtifactRepository", "title": "CRMI Authoring Artifact Repository", "status": "active", "experimental": false, "date": "2025-07-11T19:15:46+00:00", "publisher": "HL7 International / Clinical Decision Support", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/dss" } ] } ], "description": "Capability statement for a repository service supporting additional authoring and content workflow capabilities for FHIR-based knowledge artifacts above the basic ShareableArtifactRepository.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "kind": "requirements", "imports": [ "http://hl7.org/fhir/uv/crmi/CapabilityStatement/crmi-shareable-artifact-repository", "http://hl7.org/fhir/uv/crmi/CapabilityStatement/crmi-publishable-artifact-repository" ], "fhirVersion": "4.0.1", "format": [ "json", "xml" ], "implementationGuide": [ "http://hl7.org/fhir/uv/crmi/ImplementationGuide/hl7.fhir.uv.crmi" ], "rest": [ { "mode": "server", "documentation": "RESTful Authoring Artifact Repository", "security": { "cors": true, "service": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/restful-security-service", "code": "Certificates" } ] } ] }, "resource": [ { "type": "ActivityDefinition", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create", "documentation": "Create allows authoring workflows to post new activity definitions in _draft_ (**submit**) or _active_ (**publish**) status." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "update", "documentation": "Update allows authoring workflows to update existing activity definitions in _draft_ (**revise**) status, add comments to existing activity definitions (**review** and **approve**), and **release** or **retire** an activity definition." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "delete", "documentation": "Delete allows authoring workflows to **withdraw** _draft_ activity definitions or **archive** _retired_ activity definitions." } ] }, { "type": "Library", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create", "documentation": "Create allows authoring workflows to post new libraries in _draft_ (**submit**) or _active_ (**publish**) status." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "update", "documentation": "Update allows authoring workflows to update existing libraries in _draft_ (**revise**) status, add comments to existing libraries (**review** and **approve**), and **release** or **retire** a library." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "delete", "documentation": "Delete allows authoring workflows to **withdraw** _draft_ libraries or **archive** _retired_ libraries." } ] }, { "type": "Measure", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create", "documentation": "Create allows authoring workflows to post new measures in _draft_ (**submit**) or _active_ (**publish**) status." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "update", "documentation": "Update allows authoring workflows to update existing measures in _draft_ (**revise**) status, add comments to existing measures (**review** and **approve**), and **release** or **retire** a measure." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "delete", "documentation": "Delete allows authoring workflows to **withdraw** _draft_ measures or **archive** _retired_ measures." } ] }, { "type": "PlanDefinition", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create", "documentation": "Create allows authoring workflows to post new plan definitions in _draft_ (**submit**) or _active_ (**publish**) status." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "update", "documentation": "Update allows authoring workflows to update existing plan definitions in _draft_ (**revise**) status, add comments to existing plan definitions (**review** and **approve**), and **release** or **retire** a plan definition." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "delete", "documentation": "Delete allows authoring workflows to **withdraw** _draft_ plan definitions or **archive** _retired_ plan definitions." } ] } ], "operation": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "approve", "definition": "http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-approve" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "draft", "definition": "http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-draft" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "release", "definition": "http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-release" } ] } ] }