Mobile Access to DICOM Objects (MADO)
0.1.0-SNAPSHOT - ci-build International flag

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

: SearchParameterDocumentReferenceBodySite - JSON Representation

Page standards status: Trial-use

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "SearchParameterDocumentReferenceBodySite",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter SearchParameterDocumentReferenceBodySite</b></p><a name=\"SearchParameterDocumentReferenceBodySite\"> </a><a name=\"hcSearchParameterDocumentReferenceBodySite\"> </a><h2>DocumentReferenceBodySite</h2><p>Parameter <code>bodysite</code>:<code>token</code></p><div><p>Searches for document references with a specific body site.</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.bodySite').extension('concept').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/SearchParameterDocumentReferenceBodySite",
  "version" : "0.1.0-SNAPSHOT",
  "name" : "DocumentReferenceBodySite",
  "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 body site.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "code" : "bodysite",
  "base" : [
    "DocumentReference"
  ],
  "type" : "token",
  "expression" : "DocumentReference.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-DocumentReference.bodySite').extension('concept').value"
}