This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemSearchParamType
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CodeSystem; fhir:Resource.id [ fhir:value "search-param-type"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2022-05-28T12:47:40.239+10:00" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.value [ fhir:value "fhir" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.value [ fhir:value "normative" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version" ]; fhir:Extension.value [ fhir:value "4.0.0" ] ], [ fhir:index 3; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.value [ fhir:value "5" ] ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/search-param-type"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.12" ] ]; fhir:CodeSystem.version [ fhir:value "4.3.0"]; fhir:CodeSystem.name [ fhir:value "SearchParamType"]; fhir:CodeSystem.title [ fhir:value "SearchParamType"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"]; fhir:CodeSystem.date [ fhir:value "2022-05-28T12:47:40+10:00"]; fhir:CodeSystem.description [ fhir:value "Data types allowed to be used for search parameters."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"]; fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/search-param-type"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.code [ fhir:value "number" ]; fhir:CodeSystem.display [ fhir:value "Number" ]; fhir:CodeSystem.definition [ fhir:value "Search parameter SHALL be a number (a whole number, or a decimal)." ] ], [ fhir:index 1; fhir:CodeSystem.code [ fhir:value "date" ]; fhir:CodeSystem.display [ fhir:value "Date/DateTime" ]; fhir:CodeSystem.definition [ fhir:value "Search parameter is on a date/time. The date format is the standard XML format, though other formats may be supported." ] ], [ fhir:index 2; fhir:CodeSystem.code [ fhir:value "string" ]; fhir:CodeSystem.display [ fhir:value "String" ]; fhir:CodeSystem.definition [ fhir:value "Search parameter is a simple string, like a name part. Search is case-insensitive and accent-insensitive. May match just the start of a string. String parameters may contain spaces." ] ], [ fhir:index 3; fhir:CodeSystem.code [ fhir:value "token" ]; fhir:CodeSystem.display [ fhir:value "Token" ]; fhir:CodeSystem.definition [ fhir:value "Search parameter on a coded element or identifier. May be used to search through the text, display, code and code/codesystem (for codes) and label, system and key (for identifier). Its value is either a string or a pair of namespace and value, separated by a \"|\", depending on the modifier used." ] ], [ fhir:index 4; fhir:CodeSystem.code [ fhir:value "reference" ]; fhir:CodeSystem.display [ fhir:value "Reference" ]; fhir:CodeSystem.definition [ fhir:value "A reference to another resource (Reference or canonical)." ] ], [ fhir:index 5; fhir:CodeSystem.code [ fhir:value "composite" ]; fhir:CodeSystem.display [ fhir:value "Composite" ]; fhir:CodeSystem.definition [ fhir:value "A composite search parameter that combines a search on two values together." ] ], [ fhir:index 6; fhir:CodeSystem.code [ fhir:value "quantity" ]; fhir:CodeSystem.display [ fhir:value "Quantity" ]; fhir:CodeSystem.definition [ fhir:value "A search parameter that searches on a quantity." ] ], [ fhir:index 7; fhir:CodeSystem.code [ fhir:value "uri" ]; fhir:CodeSystem.display [ fhir:value "URI" ]; fhir:CodeSystem.definition [ fhir:value "A search parameter that searches on a URI (RFC 3986)." ] ], [ fhir:index 8; fhir:CodeSystem.code [ fhir:value "special" ]; fhir:CodeSystem.display [ fhir:value "Special" ]; fhir:CodeSystem.definition [ fhir:value "Special logic applies to this parameter per the description of the search parameter." ] ] . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.