Manifest-based Access to DICOM Objects (MADO)
1.0.0 - trial-use
This page is part of the Manifest-based Access to DICOM Objects (MADO) (v1.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Device xmlns="http://hl7.org/fhir">
<id value="MadoCreatorDeviceExample"/>
<meta>
<profile
value="https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoCreator"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Device MadoCreatorDeviceExample</b></p><a name="MadoCreatorDeviceExample"> </a><a name="hcMadoCreatorDeviceExample"> </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>
</text>
<manufacturer value="ACME Company"/>
<type>
<coding>
<system
value="https://profiles.ihe.net/RAD/MADO/CodeSystem/MadoDeviceType"/>
<code value="mado-creator"/>
<display value="MADO Creator"/>
</coding>
</type>
</Device>