ExampleIG, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/trifork/fhir-ig-sample/ and changes regularly. See the Directory of published versions
: uid-prefix - TTL Representation
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 "uid-prefix"] ; #
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 uid-prefix</b></p><a name=\"uid-prefix\"> </a><a name=\"hcuid-prefix\"> </a><h2>uid-prefix</h2><p>Parameter <code>uid-prefix</code>:<code>string</code></p><div><p>Search for practitioners or organizations by their UID prefix</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/practitioner.html\">Practitioner</a></td></tr><tr><td>Expression</td><td><code>identifier.where(system='http://example.org/uid').extension.where(url='http://example.org/StructureDefinition/Prefix').value</code></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/SearchParameter/uid-prefix"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "uid-prefix"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-09-12T09:32:15+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Example Publisher"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Example Publisher" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ] ] )
] ) ; #
fhir:description [ fhir:v "Search for practitioners or organizations by their UID prefix"] ; #
fhir:purpose [ fhir:v "This search parameter is used to find practitioners or organizations based on their UID prefix, which is the first part of the UID identifier."] ; #
fhir:code [ fhir:v "uid-prefix"] ; #
fhir:base ( [ fhir:v "Practitioner"] ) ; #
fhir:type [ fhir:v "string"] ; #
fhir:expression [ fhir:v "identifier.where(system='http://example.org/uid').extension.where(url='http://example.org/StructureDefinition/Prefix').value"] . #