FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/capabilitystatement-central-cancer-registry-reporting-ehr-path

Packagehl7.fhir.us.cancer-reporting
TypeCapabilityStatement
Idcapabilitystatement-central-cancer-registry-reporting-ehr-path
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/cancer-reporting/https://build.fhir.org/ig/HL7/cancer-reporting/CapabilityStatement-capabilitystatement-central-cancer-registry-reporting-ehr-path.html
URLhttp://hl7.org/fhir/us/cancer-reporting/CapabilityStatement/capabilitystatement-central-cancer-registry-reporting-ehr-path
Version2.0.0-ballot
Statusactive
Date2022-06-13
NameCentralCancerRegistryReportingPathologyEHRCapabilityStatement
TitleCentral Cancer Registry Reporting Pathology EHR Capability Statement
Realmus
Authorityhl7
DescriptionThis 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.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement capabilitystatement-central-cancer-registry-reporting-ehr-path

Central Cancer Registry Reporting Pathology EHR Capability Statement

  • Implementation Guide Version: 2.0.0-ballot
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Supported Patch Formats:
  • Published on: 2022-06-13
  • Published by: HL7 International / Orders and Observations and College of American Pathologists

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.

FHIR RESTful Capabilities

Mode: 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.

Security

Implementations must meet the general security requirements documented in the security section of the implementation guide.

Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCDSearches_include_revincludeOperations
ServiceRequest yyyy

Resource Conformance: supported ServiceRequest

Core FHIR Resource
ServiceRequest
Reference Policy
Interaction summary
  • Supports
    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.


Source

{
  "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."
            }
          ]
        }
      ]
    }
  ]
}