Package | hl7.fhir.us.central-cancer-registry-reporting |
Type | CapabilityStatement |
Id | central-cancer-registry-reporting-ehr |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/central-cancer-registry-reporting/https://build.fhir.org/ig/HL7/fhir-central-cancer-registry-reporting-ig/CapabilityStatement-central-cancer-registry-reporting-ehr.html |
URL | http://hl7.org/fhir/us/central-cancer-registry-reporting/CapabilityStatement/central-cancer-registry-reporting-ehr |
Version | 1.0.0 |
Status | draft |
Date | 2020-12-06 |
Name | CentralCancerRegistryReportingEHRCapabilityStatement |
Title | Central Cancer Registry Reporting EHR Capability Statement |
Realm | us |
Authority | hl7 |
Description | This profile defines the expected capabilities of the ''EHR'' actor when conforming to the Central Cancer Registry Reporting Content IG. This role is responsible for allowing creation, modification and deletion of Subscriptions and allows searching and retrieval of resources using US Core APIs. |
Kind | requirements |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
(Requirements Definition Capability Statement)
Canonical URL: http://hl7.org/fhir/us/central-cancer-registry-reporting/CapabilityStatement/central-cancer-registry-reporting-ehr
Published by: HL7 International - Public Health Work Group
This profile defines the expected capabilities of the EHR actor to support the central cancer registry reporting use cases. This actor is responsible for publishing Subscription Topics based on Named Events, generate notifications base on subscriptions and support US Core FHIR APIs.
FHIR Version: | 4.0.1 |
---|---|
Supported formats: | json |
The primary focus of the EHR is to allow the creation, modification and deletion of Subscriptions, notify subscribers based on subscriptions and support US Core APIs.
Security:
Implementations must meet the general security requirements documented in FHIR Security guidance.
In addition the EHR needs to meet the security requirements as outlined in the Formal Specification - Security Section.
The EHR SHALL implement the US Core Server capability statement as foundational FHIR APIs needed by the Central Cancer Registry Reporting IG.
The EHR SHALL implement the mCode profiles outlined to support the Central Cancer Registry Reporting IG.
Resource | Search | Read | Read Version | Instance History | Resource History | Create | Update | Delete | Operations |
---|---|---|---|---|---|---|---|---|---|
Backported Subscription | SHALL | MAY | MAY | MAY | $status | ||||
Encounter End Subscription Topic | SHALL | MAY | MAY | MAY | |||||
Backport Subscription Notification Bundle | SHALL | ||||||||
Backport Subscription Status | SHALL | ||||||||
US Core APIs | SHALL | SHALL |
Profile: None
Name | Description |
---|---|
search |
Allows searching of specific US Core resource profile instances. |
read |
Allows retrieval of specific US Core resource profile instances |
{ "resourceType": "CapabilityStatement", "id": "central-cancer-registry-reporting-ehr", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pher" } ], "url": "http://hl7.org/fhir/us/central-cancer-registry-reporting/CapabilityStatement/central-cancer-registry-reporting-ehr", "version": "1.0.0", "name": "CentralCancerRegistryReportingEHRCapabilityStatement", "title": "Central Cancer Registry Reporting EHR Capability Statement", "status": "draft", "date": "2020-12-06", "publisher": "HL7 International / Public Health", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/pher" } ] } ], "description": "This profile defines the expected capabilities of the ''EHR'' actor when conforming to the Central Cancer Registry Reporting Content IG. This role is responsible for allowing creation, modification and deletion of Subscriptions and allows searching and retrieval of resources using US Core APIs.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "json" ], "rest": [ { "mode": "server", "documentation": "The focus of the EHR is to allow creation, modification and deletion of Subscriptions and allows searching and retrieval of resources using US Core APIs. ", "security": { "description": "Implementations must meet the general security requirements documented in the security section of the implementation guide." }, "resource": [ { "type": "Subscription", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read", "documentation": "Allows retrieval of a specific Subscription instance." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "create", "documentation": "Allows creation of a Subscription resource instance." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "update", "documentation": "Allows update of a Subscription resource instance." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "delete", "documentation": "Allows deletion of a Subscription resource instance." } ] } ] } ] }