Mobile Access to DICOM Objects (MADO)
0.1.0-SNAPSHOT - ci-build
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
{
"resourceType" : "Device",
"id" : "device-creator",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoCreator"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device device-creator</b></p><a name=\"device-creator\"> </a><a name=\"hcdevice-creator\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MadoCreator.html\">MADO Creator</a></p></div><p><b>manufacturer</b>: ACME Company</p><p><b>type</b>: <span title=\"Codes:{https://profiles.ihe.net/RAD/MADO/CodeSystem/MadoDeviceType mado-creator}\">MADO Creator</span></p></div>"
},
"manufacturer" : "ACME Company",
"type" : {
"coding" : [
{
"system" : "https://profiles.ihe.net/RAD/MADO/CodeSystem/MadoDeviceType",
"code" : "mado-creator",
"display" : "MADO Creator"
}
]
}
}