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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "rtlsSubscriptionTopicEvents"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-rtlsSubscriptionEvents.html\"><code>http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsSubscriptionEvents</code></a></li></ul></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/ValueSet/rtlsSubscriptionTopicEvents"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0-ballot"] ; # fhir:name [ fhir:v "RTLSSubscriptionTopicEvents"] ; # fhir:title [ fhir:v "RTLS Subscription Topic Events Valueset"] ; # 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 "This valueset defines events which can be used to trigger notification 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:compose [ ( fhir:include [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsSubscriptionEvents"^^xsd:anyURI ] ] ) ] . #