Interactive Multimedia Report (IMR)
1.1.0 - Trial-Implementation
This page is part of the IHE Interactive Multimedia Report (IMR) (v1.1.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
Active as of 2022-02-20 |
<CapabilityStatement xmlns="http://hl7.org/fhir">
<id value="IHE.IMR.RenderedReportReader"/>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml">
This Requirements CapabilityStatement describes the Rendered Report Reader.
</div>
</text>
<url
value="https://profiles.ihe.net/RAD/IMR/CapabilityStatement/IHE.IMR.RenderedReportReader"/>
<version value="1.1.0"/>
<name value="IHE_IMR_RenderedReportReader"/>
<title value="Rendered Report Reader"/>
<status value="active"/>
<experimental value="false"/>
<date value="2022-02-20T00:00:00-05:00"/>
<publisher value="IHE Radiology Technical Committee"/>
<contact>
<telecom>
<system value="url"/>
<value value="https://www.ihe.net/ihe_domains/radiology/"/>
</telecom>
</contact>
<contact>
<telecom>
<system value="email"/>
<value value="radiology@ihe.net"/>
</telecom>
</contact>
<contact>
<name value="IHE Radiology Technical Committee"/>
<telecom>
<system value="email"/>
<value value="radiology@ihe.net"/>
</telecom>
</contact>
<description
value="IHE Radiology Interactive Multimedia Report (IMR) - Rendered Report Reader"/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
</coding>
</jurisdiction>
<copyright
value="IHE http://www.ihe.net/Governance/#Intellectual_Property"/>
<kind value="requirements"/>
<fhirVersion value="4.0.0"/>
<format value="application/fhir+xml"/>
<format value="application/fhir+json"/>
<rest>
<mode value="client"/>
<resource>
<type value="DiagnosticReport"/>
<profile
value="https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr/diagnosticreport"/>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="search-type"/>
</interaction>
<searchParam>
<name value="_id"/>
<type value="token"/>
<documentation value="Logical id of this artifact"/>
</searchParam>
<searchParam>
<name value="_lastupdated"/>
<type value="date"/>
<documentation value="When the resource version last changed"/>
</searchParam>
<searchParam>
<name value="subject"/>
<type value="reference"/>
<documentation value="The patient subject to this report"/>
</searchParam>
<searchParam>
<name value="basedOn"/>
<type value="reference"/>
<documentation
value="The ServiceRequest (or other) referenced by this report"/>
</searchParam>
<searchParam>
<name value="imagingStudy"/>
<type value="reference"/>
<documentation value="The ImagingStudy referenced by this report"/>
</searchParam>
<searchParam>
<name value="status"/>
<type value="token"/>
<documentation value="The report status"/>
</searchParam>
<searchParam>
<name value="category"/>
<type value="token"/>
<documentation value="The high level category of this report"/>
</searchParam>
<searchParam>
<name value="code"/>
<type value="token"/>
<documentation value="The type of this report"/>
</searchParam>
<searchParam>
<name value="resultsInterpreter"/>
<type value="reference"/>
<documentation value="The primary result interpreter of this report"/>
</searchParam>
</resource>
<interaction>
<code value="search-system"/>
</interaction>
</rest>
</CapabilityStatement>