FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/DiagnosticReport-ImagingStudy

Packageihe.rad.imr
Resource TypeSearchParameter
IdDiagnosticReport-ImagingStudy
FHIR VersionR4
Sourcehttps://profiles.ihe.net/RAD/IMR/https://build.fhir.org/ig/IHE/RAD.IMR/SearchParameter-DiagnosticReport-ImagingStudy.html
URLhttps://profiles.ihe.net/RAD/IMR/SearchParameter/DiagnosticReport-ImagingStudy
Version1.1.0
Statusactive
Date2024-06-20T14:06:31+00:00
NameImagingStudy
Realmuv
Authorityihe
DescriptionThis SearchParameter enables finding DiagnosticReports by ImagingStudy.
Typereference

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

ImagingStudy

Parameter imagingStudy:reference

This SearchParameter enables finding DiagnosticReports by ImagingStudy.

ResourceDiagnosticReport
ExpressionDiagnosticReport.imagingStudy
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source

{
  "resourceType": "SearchParameter",
  "id": "DiagnosticReport-ImagingStudy",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/RAD/IMR/SearchParameter/DiagnosticReport-ImagingStudy",
  "version": "1.1.0",
  "name": "ImagingStudy",
  "status": "active",
  "date": "2024-06-20T14:06:31+00:00",
  "publisher": "IHE Radiology Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/radiology/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "radiology@ihe.net"
        }
      ]
    },
    {
      "name": "IHE Radiology Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "radiology@ihe.net"
        }
      ]
    }
  ],
  "description": "This SearchParameter enables finding DiagnosticReports by ImagingStudy.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "code": "imagingStudy",
  "base": [
    "DiagnosticReport"
  ],
  "type": "reference",
  "expression": "DiagnosticReport.imagingStudy"
}