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-DocumentSource.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/HIE/CapabilityStatement-CZ-MHD-DocumentSource.html
URLhttps://hl7.cz/fhir/hie/CapabilityStatement/CZ-MHD-DocumentSource
Version0.0.1
Statusactive
Date2025-09-23
NameCZ_MHD_DocumentSource
TitleMHD Document Source (client)
Realmcz
Authorityhl7
DescriptionCapabilityStatement for Actor MHD Document Source (client).
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-DocumentSource

MHD Document Source (client)

  • 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: client

MHD client sends documents and metadata to the Document Recipient [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-DocumentSource",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/hie/CapabilityStatement/CZ-MHD-DocumentSource",
  "version": "0.0.1",
  "name": "CZ_MHD_DocumentSource",
  "title": "MHD Document Source (client)",
  "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 Source (client).",
  "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": "client",
      "documentation": "MHD client sends documents and metadata to the Document Recipient [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"
        }
      ]
    }
  ]
}