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

FHIR IG analytics

Packageeu.miabis.r4
Resource TypeSearchParameter
IdSearchParameter-SampleCollectionIdSearch.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eu.miabis.r4@1.3.0&canonical=http://example.org/fhir/SearchParameter/Specimen-sample-collection-id
URLhttp://example.org/fhir/SearchParameter/Specimen-sample-collection-id
Version1.3.0
Statusactive
Date2026-06-22T09:58:20+00:00
NameSampleCollectionIdSearch
DescriptionAllows searching for specimens by the sample collection ID stored in the miabis-sample-collection-extension.
Typetoken

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

Generated Narrative: SearchParameter SampleCollectionIdSearch

SampleCollectionIdSearch

Parameter sample-collection-id:token

Allows searching for specimens by the sample collection ID stored in the miabis-sample-collection-extension.

ResourceSpecimen
ExpressionSpecimen.extension('https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-sample-collection-extension').value as Identifier
Processing ModeNormal
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": "SampleCollectionIdSearch",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/fhir/SearchParameter/Specimen-sample-collection-id",
  "version": "1.3.0",
  "name": "SampleCollectionIdSearch",
  "status": "active",
  "experimental": false,
  "date": "2026-06-22T09:58:20+00:00",
  "publisher": "BBMRI-ERIC",
  "contact": [
    {
      "name": "BBMRI-ERIC",
      "telecom": [
        {
          "system": "url",
          "value": "http://bbmri-eric.eu"
        },
        {
          "system": "email",
          "value": "contact@bbmri-eric.eu"
        }
      ]
    },
    {
      "name": "Radovan Tomasik",
      "telecom": [
        {
          "system": "email",
          "value": "radovan.tomasik@bbmri-eric.eu",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Allows searching for specimens by the sample collection ID stored in the miabis-sample-collection-extension.",
  "code": "sample-collection-id",
  "base": [
    "Specimen"
  ],
  "type": "token",
  "expression": "Specimen.extension('https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-sample-collection-extension').value as Identifier",
  "xpathUsage": "normal"
}