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

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

Packagehl7.fhir.us.central-cancer-registry-reporting
TypeCapabilityStatement
Idcentral-cancer-registry-reporting-ehr
FHIR VersionR4
Sourcehttp://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
URLhttp://hl7.org/fhir/us/central-cancer-registry-reporting/CapabilityStatement/central-cancer-registry-reporting-ehr
Version1.0.0
Statusdraft
Date2020-12-06
NameCentralCancerRegistryReportingEHRCapabilityStatement
TitleCentral Cancer Registry Reporting EHR Capability Statement
Realmus
Authorityhl7
DescriptionThis 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.
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

EHR

(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.

General

FHIR Version: 4.0.1
Supported formats: json

REST behavior

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.

US Core Support

The EHR SHALL implement the US Core Server capability statement as foundational FHIR APIs needed by the Central Cancer Registry Reporting IG.


mCode Support

The EHR SHALL implement the mCode profiles outlined to support the Central Cancer Registry Reporting IG.


Resource summary

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


Subscription (Includes Subscriptions for encounter-close Subscription Topic)

Profile

Interactions

Name Description
  read

Allows retrieval of a specific Subscription instance.

  create

Allows creation of Subscription instances

  update

Allows Update of Subscription instances

  update

Allows deletion of Subscription instances



Bundle (Notifcation Bundle for Subscriptions)

Profile

Interactions

Name Description
  create

Allows creation of Notifcation Bundles for Subscriptions



Parameters (Parameters Profile to retrieve Subscription Status)

Profile

Interactions

Name Description
  read

Allows clients to request Subscription Status for Subscriptions



US Core APIs

Profile: None

Interactions

Name Description
  search

Allows searching of specific US Core resource profile instances.

  read

Allows retrieval of specific US Core resource profile instances




Source

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