FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.hie
Resource TypeCapabilityStatement
IdCapabilityStatement-CZ-MHD-DocumentRecipient.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/HIE/CapabilityStatement-CZ-MHD-DocumentRecipient.html
URLhttps://hl7.cz/fhir/hie/CapabilityStatement/CZ-MHD-DocumentRecipient
Version0.0.1
Statusactive
Date2025-09-23
NameCZ_MHD_DocumentRecipient
TitleMHD Document Recipient (server)
Realmcz
Authorityhl7
DescriptionCapabilityStatement for Actor MHD Document Recipient (server).
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

Generated Narrative: CapabilityStatement CZ-MHD-DocumentRecipient

MHD Document Recipient (server)

  • Implementation Guide Version: 0.0.1
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Published on: 2025-09-23
  • Published by: HL7 Czech Republic

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: server

MHD server accepts the document and metadata sent from the Document Source [ITI-65].

Security

TLS SHALL be used together with IUA extended access token

Summary of System-wide Interactions
  • Supports the transactioninteraction described as follows:

    https://hl7.cz/fhir/hie/StructureDefinition/cz-mhd-providedocumentbundle-comprehensive


Source1

{
  "resourceType": "CapabilityStatement",
  "id": "CZ-MHD-DocumentRecipient",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/hie/CapabilityStatement/CZ-MHD-DocumentRecipient",
  "version": "0.0.1",
  "name": "CZ_MHD_DocumentRecipient",
  "title": "MHD Document Recipient (server)",
  "status": "active",
  "date": "2025-09-23",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "CapabilityStatement for Actor MHD Document Recipient (server).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "MHD server accepts the document and metadata sent from the Document Source [ITI-65].",
      "security": {
        "cors": false,
        "description": "TLS SHALL be used together with IUA extended access token"
      },
      "interaction": [
        {
          "code": "transaction",
          "documentation": "https://hl7.cz/fhir/hie/StructureDefinition/cz-mhd-providedocumentbundle-comprehensive"
        }
      ]
    }
  ]
}