Personal Health Device Implementation Guide, published by HL7 International / Health Care Devices. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phd/ and changes regularly. See the Directory of published versions
: Device System Id Identifier - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DeviceSystemIdIdentifier"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet DeviceSystemIdIdentifier</b></p><a name=\"DeviceSystemIdIdentifier\"> </a><a name=\"hcDeviceSystemIdIdentifier\"> </a><a name=\"DeviceSystemIdIdentifier-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ContinuaDeviceIdentifiers.html\"><code>http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-ContinuaDeviceIdentifiers.html#ContinuaDeviceIdentifiers-SYSID\">SYSID</a></td><td style=\"color: #cccccc\">IEEE 11073 System Identifier</td><td>This code indicates that the identifier is the IEEE 11073 SystemId from the equivalent of the System-Id attribute</td></tr></table></li></ul></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "dev" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/phd/ValueSet/DeviceSystemIdIdentifier"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.1.0"] ; #
fhir:name [ fhir:v "DeviceSystemIdIdentifier"] ; #
fhir:title [ fhir:v "Device System Id Identifier"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2018-11-25"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ] ] )
] ) ; #
fhir:description [ fhir:v "ValueSet for the Codes describing the type of device identifier, such as a system id or Bluetooth address."] ; #
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/phd/CodeSystem/ContinuaDeviceIdentifiers"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "SYSID" ] ] ) ] )
] . #