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

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r4
Resource TypeSearchParameter
IdSearchParameter-SearchParameterDocumentReferenceModality.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/imaging-r4/SearchParameter-SearchParameterDocumentReferenceModality.html
URLhttp://hl7.eu/fhir/imaging-r4/SearchParameter/SearchParameterDocumentReferenceModality
Version0.1.1-build
Statusactive
Date2026-02-23T12:08:31+00:00
NameDocumentReferenceModality
Realmeu
Authorityhl7
DescriptionSearches for document references with a specific modality.
Typetoken

Resources that use this resource

CapabilityStatement
EehrxfImagingDocumentAccessProviderEEHRxF Imaging Report Document Access Provider CapabilityStatement
EehrxfImagingReportDocumentConsumerEEHRxF ImagingReport Document Consumer 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": "http://hl7.eu/fhir/imaging-r4/SearchParameter/SearchParameterDocumentReferenceModality",
  "version": "0.1.1-build",
  "name": "DocumentReferenceModality",
  "status": "active",
  "experimental": false,
  "date": "2026-02-23T12:08:31+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "Searches for document references with a specific modality.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "code": "modality",
  "base": [
    "DocumentReference"
  ],
  "type": "token",
  "expression": "DocumentReference.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-DocumentReference.modality').value"
}