Package | hl7.fhir.us.cancer-reporting |
Type | CapabilityStatement |
Id | capabilitystatement-pathology-lab-information-system |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/cancer-reporting/https://build.fhir.org/ig/HL7/cancer-reporting/CapabilityStatement-capabilitystatement-pathology-lab-information-system.html |
URL | http://hl7.org/fhir/us/cancer-reporting/CapabilityStatement/capabilitystatement-pathology-lab-information-system |
Version | 2.0.0-ballot |
Status | active |
Date | 2022-06-13 |
Name | PathologyLabInformationSystem |
Title | Pathology Laboratory Information System |
Realm | us |
Authority | hl7 |
Description | This profile defines the expected capabilities of the ''LIS'' actor when conforming to the Cancer Pathology Data Sharing Guide. This role is responsible for allowing creation, modification and deletion of DiagnosticReports 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-pathology-lab-information-system
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 DiagnosticReports 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 |
---|---|---|---|---|---|---|---|---|---|---|
DiagnosticReport | y | y | y | y |
read
Allows retrieval of a specific DiagnosticReport instance.
create
Allows creation of a DiagnosticReport resource instance.
update
Allows update of a DiagnosticReport resource instance.
delete
Allows deletion of a DiagnosticReport resource instance.
{ "resourceType": "CapabilityStatement", "id": "capabilitystatement-pathology-lab-information-system", "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-pathology-lab-information-system", "version": "2.0.0-ballot", "name": "PathologyLabInformationSystem", "title": "Pathology Laboratory Information System", "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 ''LIS'' actor when conforming to the Cancer Pathology Data Sharing Guide. This role is responsible for allowing creation, modification and deletion of DiagnosticReports 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 DiagnosticReports 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": "DiagnosticReport", "interaction": [ { "code": "read", "documentation": "Allows retrieval of a specific DiagnosticReport instance." }, { "code": "create", "documentation": "Allows creation of a DiagnosticReport resource instance." }, { "code": "update", "documentation": "Allows update of a DiagnosticReport resource instance." }, { "code": "delete", "documentation": "Allows deletion of a DiagnosticReport resource instance." } ] } ] } ] }