Package | hl7.fhir.us.cancer-reporting |
Type | CapabilityStatement |
Id | capabilitystatement-central-cancer-registry-reporting-ehr-path |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/cancer-reporting/https://build.fhir.org/ig/HL7/cancer-reporting/CapabilityStatement-capabilitystatement-central-cancer-registry-reporting-ehr-path.html |
URL | http://hl7.org/fhir/us/cancer-reporting/CapabilityStatement/capabilitystatement-central-cancer-registry-reporting-ehr-path |
Version | 2.0.0-ballot |
Status | active |
Date | 2022-06-13 |
Name | CentralCancerRegistryReportingPathologyEHRCapabilityStatement |
Title | Central Cancer Registry Reporting Pathology EHR Capability Statement |
Realm | us |
Authority | hl7 |
Description | This profile defines the expected capabilities of the ''EHR'' actor when conforming to the Cancer Pathology Data Sharing IG. This role is responsible for allowing creation, modification and deletion of ServiceRequests that represent the request for Pathological analysis (and associated reports), 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
Generated Narrative: CapabilityStatement capabilitystatement-central-cancer-registry-reporting-ehr-path
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.
server
The focus of the EHR is to allow creation, modification and deletion of ServiceRequests and allows searching and retrieval of resources using US Core APIs.
Implementations must meet the general security requirements documented in the security section of the implementation guide.
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 |
---|---|---|---|---|---|---|---|---|---|---|
ServiceRequest | y | y | y | y |
read
Allows retrieval of a specific ServiceRequest instance.
create
Allows creation of a ServiceRequest resource instance.
update
Allows update of a ServiceRequest resource instance.
delete
Allows deletion of a ServiceRequest resource instance.
{ "resourceType": "CapabilityStatement", "id": "capabilitystatement-central-cancer-registry-reporting-ehr-path", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "oo" }, { "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/cancer-reporting/ImplementationGuide/hl7.fhir.us.cancer-reporting" } ] } } ], "url": "http://hl7.org/fhir/us/cancer-reporting/CapabilityStatement/capabilitystatement-central-cancer-registry-reporting-ehr-path", "version": "2.0.0-ballot", "name": "CentralCancerRegistryReportingPathologyEHRCapabilityStatement", "title": "Central Cancer Registry Reporting Pathology EHR Capability Statement", "status": "active", "experimental": false, "date": "2022-06-13", "publisher": "HL7 International / Orders and Observations and College of American Pathologists", "contact": [ { "name": "HL7 International / Orders and Observations and College of American Pathologists", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/orders" }, { "system": "email", "value": "ord@lists.HL7.org" } ] } ], "description": "This profile defines the expected capabilities of the ''EHR'' actor when conforming to the Cancer Pathology Data Sharing IG. This role is responsible for allowing creation, modification and deletion of ServiceRequests that represent the request for Pathological analysis (and associated reports), 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", "xml" ], "rest": [ { "mode": "server", "documentation": "The focus of the EHR is to allow creation, modification and deletion of ServiceRequests 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": "ServiceRequest", "interaction": [ { "code": "read", "documentation": "Allows retrieval of a specific ServiceRequest instance." }, { "code": "create", "documentation": "Allows creation of a ServiceRequest resource instance." }, { "code": "update", "documentation": "Allows update of a ServiceRequest resource instance." }, { "code": "delete", "documentation": "Allows deletion of a ServiceRequest resource instance." } ] } ] } ] }