Manifest-based Access to DICOM Objects (MADO)
0.1.0 - trial-use International flag

Manifest-based 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 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.MADO/ and changes regularly. See the Directory of published versions

: SearchParameterDocumentReferenceStudyInstanceUid - JSON Representation

Page standards status: Trial-use

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "SearchParameterDocumentReferenceStudyInstanceUid",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter SearchParameterDocumentReferenceStudyInstanceUid</b></p><a name=\"SearchParameterDocumentReferenceStudyInstanceUid\"> </a><a name=\"hcSearchParameterDocumentReferenceStudyInstanceUid\"> </a><h2>DocumentReferenceStudyInstanceUid</h2><p>Parameter <code>study-instance-uid</code>:<code>token</code></p><div><p>Searches for document references with a specific Study Instance UID.</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.context.related.identifier.where( type.coding.where( system= 'http://dicom.nema.org/resources/ontology/DCM' and code = '110180' ).exists())</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/SearchParameterDocumentReferenceStudyInstanceUid",
  "version" : "0.1.0",
  "name" : "DocumentReferenceStudyInstanceUid",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-04-22T18:31:00+00:00",
  "publisher" : "IHE Radiology Technical Committee",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/radiology/"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "rad@ihe.net"
        }
      ]
    },
    {
      "name" : "IHE Radiology Technical Committee",
      "telecom" : [
        {
          "system" : "email",
          "value" : "rad@ihe.net"
        }
      ]
    }
  ],
  "description" : "Searches for document references with a specific Study Instance UID.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "code" : "study-instance-uid",
  "base" : [
    "DocumentReference"
  ],
  "type" : "token",
  "expression" : "DocumentReference.context.related.identifier.where( type.coding.where( system= 'http://dicom.nema.org/resources/ontology/DCM' and code = '110180' ).exists())"
}