Real Time Location Services Implementation Guide 1.0.0-ballot - CI Build
This page is part of the Real Time Location Services Implementation Guide (v1.0.0-ballot: STU 1.0 Ballot 1) based on FHIR v5.0.0. . For a full list of available versions, see the Directory of published versions
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:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "rtlsSubscriptionEvents"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsSubscriptionEvents</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">location-updates<a name=\"rtlsSubscriptionEvents-location-updates\"> </a></td><td>Location Updates</td><td>Events where the location of a RTLS tag is updated.</td></tr></table></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ fhir:v "informative" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://hl7.org/fhir/uv/rtls/ImplementationGuide/hl7.fhir.uv.rtls"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/rtls/ImplementationGuide/hl7.fhir.uv.rtls> ] ] ) ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsSubscriptionEvents"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0-ballot"] ; # fhir:name [ fhir:v "RTLSSubscriptionEvents"] ; # fhir:title [ fhir:v "RTLS Subscription Events"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2022-10-12"^^xsd:date] ; # fhir:publisher [ fhir:v "HL7 International - Patient Administration Work Group"] ; # fhir:contact ( [ ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/Special/committees/pafm" ] ] ) ] ) ; # fhir:description [ fhir:v "Code System listing codes for event types which can be used to trigger notifications from a rtlsSubscriptionTopic."] ; # 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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "location-updates" ] ; fhir:display [ fhir:v "Location Updates" ] ; fhir:definition [ fhir:v "Events where the location of a RTLS tag is updated." ] ] ) . #