Mobile 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-SNAPSHOT built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/bvdh/bvdh-ihe-mado/ and changes regularly. See the Directory of published versions
: MADO Device Type Code System - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MadoDeviceType"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MadoDeviceType</b></p><a name=\"MadoDeviceType\"> </a><a name=\"hcMadoDeviceType\"> </a><p>This code system <code>https://profiles.ihe.net/RAD/MADO/CodeSystem/MadoDeviceType</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">mado-creator<a name=\"MadoDeviceType-mado-creator\"> </a></td><td>MADO Creator</td><td>Device used to create a FHIR MADO document.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1 ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status> ] ;
fhir:value [
a fhir:Code ;
fhir:v "draft" ]
] ) ; #
fhir:url [
fhir:v "https://profiles.ihe.net/RAD/MADO/CodeSystem/MadoDeviceType"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/RAD/MADO/CodeSystem/MadoDeviceType>
] ; #
fhir:version [ fhir:v "0.1.0-SNAPSHOT"] ; #
fhir:name [ fhir:v "MadoDeviceType"] ; #
fhir:title [ fhir:v "MADO Device Type Code System"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2026-03-06T11:56:39+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "IHE Radiology Technical Committee"] ; #
fhir:contact ( [
fhir:name [ fhir:v "IHE Radiology Technical Committee" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/radiology/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iti@ihe.net" ] ] )
] ) ; #
fhir:description [ fhir:v "Code system for the type of device used in the MADO context. This code system is used to specify the type of device used in the MADO context, such as the type of device used as the author of an ImagingStudy in the MADO context."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "mado-creator" ] ;
fhir:display [ fhir:v "MADO Creator" ] ;
fhir:definition [ fhir:v "Device used to create a FHIR MADO document." ]
] ) . #