ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Device Serial-Number SearchParameter - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "Device-serial-number"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SerialNumber</h2><p>Parameter <code>serial-number</code>:<code>string</code></p><div><p>Serial number assigned by the manufacturer for the Device</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/device.html\">Device</a></td></tr><tr><td>Expression</td><td><code>Device.serialNumber</code></td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/device.html\">Device</a></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: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://resmed.com/fhir/core/SearchParameter/Device-serial-number"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.37.0"] ; #
fhir:name [ fhir:v "SerialNumber"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-01-11T18:32:48+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "ResMed Corp"] ; #
fhir:contact ( [
fhir:name [ fhir:v "ResMed Corp" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.resmed.com" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "atomteam-halifax@resmed.com" ] ] )
] ) ; #
fhir:description [ fhir:v "Serial number assigned by the manufacturer for the Device"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:purpose [ fhir:v "To return all Device resources for a given Serial number"] ; #
fhir:code [ fhir:v "serial-number"] ; #
fhir:base ( [ fhir:v "Device"] ) ; #
fhir:type [ fhir:v "string"] ; #
fhir:expression [ fhir:v "Device.serialNumber"] ; #
fhir:target ( [ fhir:v "Device"] ) ; #
fhir:multipleOr [ fhir:v "true"^^xsd:boolean] . #