FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe.rad.mado
Resource TypeSearchParameter
IdSearchParameter-SearchParameterDocumentReferenceModality.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/bvdh/bvdh-ihe-mado/SearchParameter-SearchParameterDocumentReferenceModality.html
URLhttps://profiles.ihe.net/RAD/MADO/SearchParameter/SearchParameterDocumentReferenceModality
Version0.1.0-SNAPSHOT
Statusactive
Date2026-03-13T13:50:28+00:00
NameDocumentReferenceModality
Realmuv
Authorityihe
DescriptionSearches for document references with a specific modality.
Typetoken

Resources that use this resource

CapabilityStatement
ihe.rad.mado#currentIHE.RAD.MADO.DocumentConsumerMADO Document Consumer CapabilityStatement
ihe.rad.mado#currentIHE.RAD.MADO.DocumentResponderMADO Document Responder CapabilityStatement

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter SearchParameterDocumentReferenceModality

DocumentReferenceModality

Parameter modality:token

Searches for document references with a specific modality.

ResourceDocumentReference
ExpressionDocumentReference.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-DocumentReference.modality').value
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

Source1

{
  "resourceType": "SearchParameter",
  "id": "SearchParameterDocumentReferenceModality",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-13T13:50:28+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 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"
}