Mobile Access to DICOM Objects (MADO)
0.1.0-SNAPSHOT - ci-build International flag

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 - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "MadoDeviceType",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    }
  ],
  "url" : "https://profiles.ihe.net/RAD/MADO/CodeSystem/MadoDeviceType",
  "version" : "0.1.0-SNAPSHOT",
  "name" : "MadoDeviceType",
  "title" : "MADO Device Type Code System",
  "status" : "draft",
  "date" : "2026-03-06T11:56:39+00:00",
  "publisher" : "IHE Radiology Technical Committee",
  "contact" : [
    {
      "name" : "IHE Radiology Technical Committee",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/radiology/"
        },
        {
          "system" : "email",
          "value" : "iti@ihe.net"
        }
      ]
    }
  ],
  "description" : "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.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "mado-creator",
      "display" : "MADO Creator",
      "definition" : "Device used to create a FHIR MADO document."
    }
  ]
}