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

FHIR IG Statistics: CapabilityStatement/medmorph-healthdata-exchange-app-server

Packagehl7.fhir.us.medmorph
TypeCapabilityStatement
Idmedmorph-healthdata-exchange-app-server
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/CapabilityStatement-medmorph-healthdata-exchange-app-server.html
URLhttp://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-healthdata-exchange-app-server
Version1.0.0
Statusdraft
Date2020-12-06
NameHealthDataExchangeAppServerMode
TitleHealth Data Exchange App (HDEA) Server Application - (MedMorph backend services app)
Realmus
Authorityhl7
DescriptionThis CapabilityStatement defines the expected capabilities of the HDEA actor when conforming to the MedMorph RA IG and playing the role of a server that receives messages from Data Receivers using FHIR Messaging.
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

Health Data Exchange App (HDEA) Server Application - (MedMorph backend services app)

(Requirements Definition Capability Statement)

Canonical URL: http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-healthdata-exchange-app-server

Published by: HL7 International - Public Health Work Group

This CapabilityStatement defines the expected capabilities of the HDEA actor when conforming to the MedMorph IG and acting as a server implementing FHIR messaging operations. This actor is responsible for receiving responses from Data Receivers and interacting with the Data Sources to create FHIR Resources.

General

FHIR Version: 4.0.1
Supported formats: json

REST behavior

The primary focus of the HDEA in a Server mode is to receive responses from the Data Receivers using FHIR Messaging.

Security:

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

In addition the HDEA needs to meet the security requirements as outlined in the Formal Specification - Security Section.

FHIR Operations summary

The HDEA SHALL implement the following operations to receive messages from Data Receivers using FHIR Messaging.



Source

{
  "resourceType": "CapabilityStatement",
  "id": "medmorph-healthdata-exchange-app-server",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-healthdata-exchange-app-server",
  "version": "1.0.0",
  "name": "HealthDataExchangeAppServerMode",
  "title": "Health Data Exchange App (HDEA) Server Application - (MedMorph backend services app)",
  "status": "draft",
  "date": "2020-12-06",
  "publisher": "HL7 International - Public Health Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "This CapabilityStatement defines the expected capabilities of the HDEA actor when conforming to the MedMorph RA IG and playing the role of a server that receives messages from Data Receivers using FHIR Messaging.",
  "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 HDEA as a Server is to expose $process-message endpoint at the root of the FHIR server.",
      "security": {
        "description": "Implementations must meet the general security requirements documented in the security section of the implementation guide."
      },
      "operation": [
        {
          "name": "process-message",
          "definition": "http://hl7.org/fhir/OperationDefinition/MessageHeader-process-message"
        }
      ]
    }
  ]
}