Package | hl7.fhir.us.registry-protocols |
Resource Type | CapabilityStatement |
Id | RSDC-CURD |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/registry-protocols/https://build.fhir.org/ig/HL7/fhir-registry-protocols-ig/CapabilityStatement-RSDC-CURD.html |
URL | http://hl7.org/fhir/us/registry-protocols/CapabilityStatement/RSDC-CURD |
Version | 1.0.0 |
Status | draft |
Date | 2023-05-09 |
Name | RSDC_CURD |
Title | Registry Submission Definition Creator implementing the Create / Update Registry Definition transaction. |
Realm | us |
Authority | hl7 |
Description | Defines the requirements for the Registry Submission Definition Creator implementing the Create / Update Registry Definition transaction. |
Kind | requirements |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
xml
, json
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 |
---|---|---|---|---|---|---|---|---|---|
StructureDefinition | y | y |
create
, update
.{ "resourceType": "CapabilityStatement", "id": "RSDC-CURD", "meta": { "profile": [ "http://hl7.org/fhir/us/registry-protocols/StructureDefinition/CapabilityStatementWithSlices" ] }, "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cic" } ], "url": "http://hl7.org/fhir/us/registry-protocols/CapabilityStatement/RSDC-CURD", "version": "1.0.0", "name": "RSDC_CURD", "title": "Registry Submission Definition Creator implementing the Create / Update Registry Definition transaction.", "status": "draft", "experimental": true, "date": "2023-05-09", "publisher": "HL7 International / Clinical Interoperability Council", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/cic" } ] }, { "telecom": [ { "system": "email", "value": "cic@lists.hl7.org" } ] }, { "name": "Clinical Interoperability Council", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/cic" } ] }, { "name": "David Pyke", "telecom": [ { "system": "email", "value": "mailto:David.Pyke@pointclickcare.com" } ] } ], "description": "Defines the requirements for the Registry Submission Definition Creator implementing the Create / Update Registry Definition transaction.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US", "display": "United States of America" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "xml", "json" ], "rest": [ { "mode": "client", "resource": [ { "type": "StructureDefinition", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "update" } ] } ] } ] }