MIABIS on FHIR Implementation Guide
1.0.0 - CI Build

MIABIS on FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Search by Sample Collection ID - TTL Representation

Active as of 2025-05-15

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SampleCollectionIdSearch"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter SampleCollectionIdSearch</b></p><a name=\"SampleCollectionIdSearch\"> </a><a name=\"hcSampleCollectionIdSearch\"> </a><a name=\"SampleCollectionIdSearch-en-US\"> </a><h2>SampleCollectionIdSearch</h2><p>Parameter <code>sample-collection-id</code>:<code>token</code></p><div><p>Allows searching for specimens by the sample collection ID stored in the miabis-sample-collection-extension.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/specimen.html\">Specimen</a></td></tr><tr><td>Expression</td><td><code>Specimen.extension('https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-sample-collection-extension').value as Identifier</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://example.org/fhir/SearchParameter/Specimen-sample-collection-id"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "SampleCollectionIdSearch"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-05-15T13:14:34+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "BBMRI-ERIC"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "BBMRI-ERIC" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://bbmri-eric.eu" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@bbmri-eric.eu" ]     ] )
  ] [
fhir:name [ fhir:v "Radovan Tomasik" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "radovan.tomasik@bbmri-eric.eu" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Allows searching for specimens by the sample collection ID stored in the miabis-sample-collection-extension."] ; # 
  fhir:code [ fhir:v "sample-collection-id"] ; # 
  fhir:base ( [ fhir:v "Specimen"] ) ; # 
  fhir:type [ fhir:v "token"] ; # 
  fhir:expression [ fhir:v "Specimen.extension('https://fhir.bbmri-eric.eu/fhir/StructureDefinition/miabis-sample-collection-extension').value as Identifier"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] . #