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

FHIR IG Statistics: CapabilityStatement/medmorph-trusted-third-party

Packagehl7.fhir.us.medmorph
TypeCapabilityStatement
Idmedmorph-trusted-third-party
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/CapabilityStatement-medmorph-trusted-third-party.html
URLhttp://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trusted-third-party
Version1.0.0
Statusdraft
Date2020-12-06
NameTrustedThirdParty
TitleTrusted Third Party (TTP)
Realmus
Authorityhl7
DescriptionThis CapabilityStatement defines the expected capabilities of the TTP actor when conforming to the MedMorph RA IG. This actor is responsible for receiving messages and forwarding messages from health care organizations to a public health authority (PHA) or Research Organization (RO) and send responses back from PHA/RO to health care organizations.
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

TrustedThirdParty

(Requirements Definition Capability Statement)

Canonical URL: http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trusted-third-party

Published by: HL7 International - Public Health Work Group

This CapabilityStatement defines the expected capabilities of the TTP actor when conforming to the MedMorph RA IG. This actor is responsible for receiving messages and forwarding messages from health care organizations to a public health authority (PHA) or Research Organization (RO) and send responses back from PHA/RO to health care organizations.

General

FHIR Version: 4.0.1
Supported formats: json

REST behavior

The primary focus of the TTP is to receive messages and forward messages from clinical care to PHA/RO and send responses back from PHA/Research Organization to clinical care.

Security:

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

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

FHIR Operations summary

The following FHIR operations SHALL be supported by the Trusted Third Party.




Source

{
  "resourceType": "CapabilityStatement",
  "id": "medmorph-trusted-third-party",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trusted-third-party",
  "version": "1.0.0",
  "name": "TrustedThirdParty",
  "title": "Trusted Third Party (TTP)",
  "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 TTP actor when conforming to the MedMorph RA IG.    This actor is responsible for receiving messages and forwarding messages from health care organizations to a public health authority (PHA) or Research Organization (RO) and send responses back from PHA/RO to health care organizations.",
  "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 TTP is to receive messages and forward messages from health care organizations to a public health authority (PHA) or Research Organization (RO) and send responses back from PHA/RO to health care organizations.",
      "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"
        }
      ]
    },
    {
      "mode": "client",
      "documentation": "The focus of the Trusted Third Party is to receive messages and forward messages from clinical care to PHA/Research Organization and send responses back from PHA/RO to clinical care.",
      "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"
        }
      ]
    }
  ]
}