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

FHIR IG Statistics: CapabilityStatement/uds-plus-data-receiver-server

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

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
importUDS Plus Import

Narrative

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

Data Receiver

(Requirements Definition Capability Statement)

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

Published by: HL7 International - Public Health Work Group

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

General

FHIR Version: 4.0.1
Supported formats: json

REST behavior

The primary focus of the Data Receiver as a Server is to receive the manifest which contains the links to the UDS+ data that has been extracted by the health center and is being made available to HRSA.

Security:

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

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

FHIR Operations summary

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




Source

{
  "resourceType": "CapabilityStatement",
  "id": "uds-plus-data-receiver-server",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/hrsa/uds-plus/CapabilityStatement/uds-plus-data-receiver-server",
  "version": "2.0.0",
  "name": "UdsPlusDataReceiverServer",
  "title": "Uds Plus Data Receiver 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 Receiver actor as a Server.",
  "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 Receiver as a Server is to receive the notification manifest which contains the links to the UDS+ data that has        been extracted by the health center and is being made available to HRSA.",
      "security": {
        "description": "Implementations must meet the general security requirements documented in the security section of the implementation guide."
      },
      "operation": [
        {
          "name": "import",
          "definition": "http://fhir.org/guides/hrsa/uds-plus/OperationDefinition/import"
        }
      ]
    }
  ]
}