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

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r4
Resource TypeSearchParameter
IdSearchParameter-SearchParameterDocumentReferenceBodySite.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/imaging-r4/SearchParameter-SearchParameterDocumentReferenceBodySite.html
URLhttp://hl7.eu/fhir/imaging-r4/SearchParameter/SearchParameterDocumentReferenceBodySite
Version0.1.1-build
Statusactive
Date2026-02-23T12:08:31+00:00
NameDocumentReferenceBodySite
Realmeu
Authorityhl7
DescriptionSearches for document references with a specific body site.
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 SearchParameterDocumentReferenceBodySite

DocumentReferenceBodySite

Parameter bodysite:token

Searches for document references with a specific body site.

ResourceDocumentReference
ExpressionDocumentReference.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-DocumentReference.bodySite').extension('concept').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": "SearchParameterDocumentReferenceBodySite",
  "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/SearchParameterDocumentReferenceBodySite",
  "version": "0.1.1-build",
  "name": "DocumentReferenceBodySite",
  "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 body site.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "code": "bodysite",
  "base": [
    "DocumentReference"
  ],
  "type": "token",
  "expression": "DocumentReference.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-DocumentReference.bodySite').extension('concept').value"
}