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

FHIR IG analytics

Packageihe.rad.mado
Resource TypeCapabilityStatement
IdCapabilityStatement-IHE.RAD.MADO.DocumentResponder.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/bvdh/bvdh-ihe-mado/CapabilityStatement-IHE.RAD.MADO.DocumentResponder.html
URLhttps://profiles.ihe.net/RAD/MADO/CapabilityStatement/IHE.RAD.MADO.DocumentResponder
Version0.1.0-SNAPSHOT
Statusactive
Date2026-02-27
NameIHE_RAD_MADO_DocumentResponder
TitleMADO Document Responder CapabilityStatement
Realmuv
Authorityihe
DescriptionIHE RAD Manifest based Access to DICOM Objects(MADO) - Document Responder (server). It extends https://build.fhir.org/ig/IHE/ITI.MHD/branches/MHD5/CapabilityStatement-IHE.MHD.DocumentResponder.html
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

CapabilityStatement
ihe.iti.mhd#currentIHE.MHD.DocumentResponderDocument Responder (server)
SearchParameter
ihe.rad.mado#currentSearchParameterDocumentReferenceBodySiteDocumentReferenceBodySite
ihe.rad.mado#currentSearchParameterDocumentReferenceModalityDocumentReferenceModality

Narrative

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

Generated Narrative: CapabilityStatement IHE.RAD.MADO.DocumentResponder

MADO Document Responder CapabilityStatement

  • Implementation Guide Version: 0.1.0-SNAPSHOT
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Published on: 2026-02-27
  • Published by: IHE Radiology Technical Committee

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.

This CapabilityStatement imports the CapabilityStatement Document Responder (server)

FHIR RESTful Capabilities

Mode: server

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
DocumentReference bodysite, modality

Resource Conformance: SHALL DocumentReference

Core FHIR Resource
DocumentReference
Reference Policy
Interaction summary

    Search Parameters
    ConformanceParameterTypeDocumentation
    SHALLbodysitetoken

    Anatomical region of the related imaging study

    SHALLmodalitytoken

    Modality of the related imaging study

     

    Source1

    {
      "resourceType": "CapabilityStatement",
      "id": "IHE.RAD.MADO.DocumentResponder",
      "text": {
        "status": "extensions",
        "div": "<!-- snip (see above) -->"
      },
      "url": "https://profiles.ihe.net/RAD/MADO/CapabilityStatement/IHE.RAD.MADO.DocumentResponder",
      "version": "0.1.0-SNAPSHOT",
      "name": "IHE_RAD_MADO_DocumentResponder",
      "title": "MADO Document Responder CapabilityStatement",
      "status": "active",
      "experimental": false,
      "date": "2026-02-27",
      "publisher": "IHE Radiology Technical Committee",
      "contact": [
        {
          "telecom": [
            {
              "system": "url",
              "value": "https://www.ihe.net/ihe_domains/radiology/"
            }
          ]
        },
        {
          "telecom": [
            {
              "system": "email",
              "value": "rad@ihe.net"
            }
          ]
        },
        {
          "name": "IHE Radiology Technical Committee",
          "telecom": [
            {
              "system": "email",
              "value": "rad@ihe.net"
            }
          ]
        }
      ],
      "description": "IHE RAD Manifest based Access to DICOM Objects(MADO) - Document Responder (server). It extends https://build.fhir.org/ig/IHE/ITI.MHD/branches/MHD5/CapabilityStatement-IHE.MHD.DocumentResponder.html",
      "jurisdiction": [
        {
          "coding": [
            {
              "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
              "code": "001",
              "display": "World"
            }
          ]
        }
      ],
      "kind": "requirements",
      "imports": [
        "https://profiles.ihe.net/ITI/MHD/CapabilityStatement/IHE.MHD.DocumentResponder"
      ],
      "fhirVersion": "4.0.1",
      "format": [
        "json",
        "xml"
      ],
      "rest": [
        {
          "mode": "server",
          "resource": [
            {
              "type": "DocumentReference",
              "searchParam": [
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode": "SHALL"
                    }
                  ],
                  "name": "bodysite",
                  "definition": "https://profiles.ihe.net/RAD/MADO/SearchParameter/SearchParameterDocumentReferenceBodySite",
                  "type": "token",
                  "documentation": "Anatomical region of the related imaging study"
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode": "SHALL"
                    }
                  ],
                  "name": "modality",
                  "definition": "https://profiles.ihe.net/RAD/MADO/SearchParameter/SearchParameterDocumentReferenceModality",
                  "type": "token",
                  "documentation": "Modality of the related imaging study"
                }
              ]
            }
          ]
        }
      ]
    }