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

FHIR IG Statistics: CapabilityStatement/uds-plus-data-source

Packagefhir.hrsa.uds-plus
TypeCapabilityStatement
Iduds-plus-data-source
FHIR VersionR4
Sourcehttp://fhir.org/guides/hrsa/uds-plus/http://fhir.org/guides/hrsa/uds-plus/STU2/CapabilityStatement-uds-plus-data-source.html
URLhttp://fhir.org/guides/hrsa/uds-plus/CapabilityStatement/uds-plus-data-source
Version2.0.0
Statusdraft
Date2020-12-06
NameUdsPlusDataSource
TitleUds Plus Data Source CapabilityStatement
Realmus
Authorityhl7
DescriptionThis is a CapabilityStatement that defines the expected capabilities of the Data Source actor.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
group-exportFHIR Bulk Data Group Level Export

Narrative

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

Data Source (e.g, EHR)

(Requirements Definition Capability Statement)

Canonical URL: http://fhir.org/guides/hrsa/uds-plus/CapabilityStatement/uds-plus-data-source

Published by: HL7 International - Public Health Work Group

This is a CapabilityStatement that defines the expected capabilities of the Data Source actor.

General

FHIR Version: 4.0.1
Supported formats: json

REST behavior

The primary focus of the Data Source is to identify the population of patients whose data needs to be reported to UDS+ program, and allow the export of UDS+ data using US Core and UDS+ profiles and US Core APIs. Data Sources that incorporate the Trust Service Provider and the Data Submitter modules **SHOULD** support the UDS+ profiles. Data Sources that provide data to external Data Submitters and Trust Service Providers **SHOULD** support US Core profiles and **MAY** support UDS+ profiles.

Security:

Implementations must meet the general security requirements documented in FHIR Security guidance.

In addition the Data Source actor needs to meet the security requirements as outlined in the SMART on FHIR Backend Services Authorization

Resource summary

Resource Search Read Read Version Instance History Resource History Create Update Delete
UDS+ or US Core profiles SHALL SHALL

FHIR Operations summary

The following FHIR operations SHALL be supported by the Data Source.



UDS+ profiles

Profiles: All UDS+ profiles

Interactions

Name Description
  search

Allows searching of specific UDS+ or US Core profile instances.

  read

Allows retrieval of specific UDS+ or US Core profile instances




Source

{
  "resourceType": "CapabilityStatement",
  "id": "uds-plus-data-source",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/hrsa/uds-plus/CapabilityStatement/uds-plus-data-source",
  "version": "2.0.0",
  "name": "UdsPlusDataSource",
  "title": "Uds Plus Data Source CapabilityStatement",
  "status": "draft",
  "date": "2020-12-06",
  "publisher": "HRSA BPHC",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://bphc.hrsa.gov/"
        }
      ]
    }
  ],
  "description": "This is a CapabilityStatement that defines the expected capabilities of the Data Source actor.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "The primary focus of the Data Source is to identify the population of patients whose data needs to be reported to UDS+ program, and allow the export of UDS+ data using US Core and UDS+ profiles and US Core APIs.",
      "security": {
        "description": "Implementations must meet the general security requirements documented in the security section of the implementation guide."
      },
      "operation": [
        {
          "name": "export",
          "definition": "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export"
        }
      ]
    }
  ]
}