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
| Page standards status: Trial-use |
{
"resourceType" : "SearchParameter",
"id" : "SearchParameterDocumentReferenceModality",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter SearchParameterDocumentReferenceModality</b></p><a name=\"SearchParameterDocumentReferenceModality\"> </a><a name=\"hcSearchParameterDocumentReferenceModality\"> </a><h2>DocumentReferenceModality</h2><p>Parameter <code>modality</code>:<code>token</code></p><div><p>Searches for document references with a specific modality.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html\">DocumentReference</a></td></tr><tr><td>Expression</td><td><code>DocumentReference.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-DocumentReference.modality').value</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
}
],
"url" : "https://profiles.ihe.net/RAD/MADO/SearchParameter/SearchParameterDocumentReferenceModality",
"version" : "0.1.0-SNAPSHOT",
"name" : "DocumentReferenceModality",
"status" : "active",
"experimental" : false,
"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" : "Searches for document references with a specific modality.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"code" : "modality",
"base" : [
"DocumentReference"
],
"type" : "token",
"expression" : "DocumentReference.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-DocumentReference.modality').value"
}