Package | hl7.fhir.us.davinci-cdex |
Resource Type | CapabilityStatement |
Id | cdex-capabilitystatement-inline-example |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/davinci-cdex/https://build.fhir.org/ig/HL7/davinci-ecdx/CapabilityStatement-cdex-capabilitystatement-inline-example.html |
URL | http://hl7.org/fhir/us/davinci-cdex/CapabilityStatement/cdex-capabilitystatement-inline-example |
Version | 2.1.0 |
Status | active |
Date | 2024-05-16 |
Realm | us |
Authority | hl7 |
Description | R4 example of a CapabilityStatement advertising support for CDex Task Update topic-based subscription |
Copyright | Used by permission of HL7 International all rights reserved Creative Commons License |
Kind | requirements |
No resources found
CapabilityStatement | |
backport-subscription-server-r4 | R4 Topic-Based Subscription Server Capability Statement |
OperationDefinition | |
backport-subscription-status | Subscription Status Operation |
StructureDefinition | |
backport-subscription | R4/B Topic-Based Subscription |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement cdex-capabilitystatement-inline-example
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.
This CapabilityStatement instantiates the CapabilityStatement BackportSubscriptionCapabilityStatementR4version: null1.1.0)
server
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 |
---|---|---|---|---|---|---|---|---|---|---|
Subscription | Supported Profiles R4/B Topic-Based Subscriptionversion: null1.1.0) | y | y | y | $status | |||||
Patient | y | y | y | y | ||||||
Encounter | y | y | y | y | ||||||
Observation | y | y | y | y |
Conformance | Operation | Documentation |
---|---|---|
SHALL | $status |
read
, create
, update
, delete
.read
, create
, update
, delete
.{ "resourceType": "CapabilityStatement", "id": "cdex-capabilitystatement-inline-example", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://hl7.org/fhir/us/davinci-cdex/CapabilityStatement/cdex-capabilitystatement-inline-example", "version": "2.1.0", "status": "active", "date": "2024-05-16", "publisher": "HL7 International / Payer/Provider Information Exchange Work Group", "contact": [ { "name": "HL7 International / Payer/Provider Information Exchange Work Group", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/claims" }, { "system": "email", "value": "pie@lists.hl7.org" } ] } ], "description": "R4 example of a CapabilityStatement advertising support for CDex Task Update topic-based subscription", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US" } ] } ], "copyright": "Used by permission of HL7 International all rights reserved Creative Commons License", "kind": "requirements", "instantiates": [ "http://hl7.org/fhir/uv/subscriptions-backport/CapabilityStatement/backport-subscription-server-r4|1.1.0" ], "fhirVersion": "4.0.1", "format": [ "json" ], "rest": [ { "mode": "server", "resource": [ { "extension": [ { "url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/capabilitystatement-subscriptiontopic-canonical", "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/SubscriptionTopic/Task" } ], "type": "Subscription", "supportedProfile": [ "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription|1.1.0" ], "interaction": [ { "code": "read" }, { "code": "create" }, { "code": "update" } ], "operation": [ { "name": "status", "definition": "http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-status" } ] }, { "type": "Patient", "interaction": [ { "code": "read" }, { "code": "create" }, { "code": "update" }, { "code": "delete" } ] }, { "type": "Encounter", "interaction": [ { "code": "read" }, { "code": "create" }, { "code": "update" }, { "code": "delete" } ] }, { "type": "Observation", "interaction": [ { "code": "read" }, { "code": "create" }, { "code": "update" }, { "code": "delete" } ] } ] } ] }