Manifest-based Access to DICOM Objects (MADO)
0.1.0 - trial-use International flag

Manifest-based Access to DICOM Objects (MADO), published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.MADO/ and changes regularly. See the Directory of published versions

: ActorDefinition: Imaging Manifest Responder - TTL Representation

Draft as of 2026-07-02

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ActorDefinition/MadoImagingManifestResponder> a fhir:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "MadoImagingManifestResponder"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition MadoImagingManifestResponder</b></p><a name=\"MadoImagingManifestResponder\"> </a><a name=\"hcMadoImagingManifestResponder\"> </a><table class=\"grid\"><tr><td><b>Actor: EuImagingReportResponder </b></td><td>Imaging Manifest Responder</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>This actor typically represents a system that provides access to radiology reports. Typically this would be systems like a Electronic Health Record (EHR), Radiology Information System (RIS) or a Picture Archiving and Communication System (PACS) that manages and provides access to Imaging Manifests.</p>\n</div></td></tr></table></div>"
  ] ;
  fhir:ActorDefinition.url [ fhir:value "https://profiles.ihe.net/RAD/MADO/ActorDefinition/MadoImagingManifestResponder"] ;
  fhir:ActorDefinition.version [ fhir:value "0.1.0"] ;
  fhir:ActorDefinition.name [ fhir:value "EuImagingReportResponder"] ;
  fhir:ActorDefinition.title [ fhir:value "Imaging Manifest Responder"] ;
  fhir:ActorDefinition.status [ fhir:value "draft"] ;
  fhir:ActorDefinition.date [ fhir:value "2026-07-02T14:50:23+00:00"^^xsd:dateTime] ;
  fhir:ActorDefinition.publisher [ fhir:value "IHE Radiology Technical Committee"] ;
  fhir:ActorDefinition.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.ihe.net/ihe_domains/radiology/" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "rad@ihe.net" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:ContactDetail.name [ fhir:value "IHE Radiology Technical Committee" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "rad@ihe.net" ]
     ]
  ] ;
  fhir:ActorDefinition.description [ fhir:value "Provides the Imaging Manifest."] ;
  fhir:ActorDefinition.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ]
     ]
  ] ;
  fhir:ActorDefinition.type [ fhir:value "system"] ;
  fhir:ActorDefinition.documentation [ fhir:value "This actor typically represents a system that provides access to radiology reports. Typically this would be systems like a Electronic Health Record (EHR), Radiology Information System (RIS) or a Picture Archiving and Communication System (PACS) that manages and provides access to Imaging Manifests."] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ActorDefinition/MadoImagingManifestResponder.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ActorDefinition/MadoImagingManifestResponder.ttl> .