Personal Health Device Implementation Guide
1.1.0 - STU 1 International flag

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

: Quantity11073MDC - TTL Representation

Draft as of 2018-11-23

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 "Quantity11073MDC"] ; # 
  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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\"><code>urn:iso:std:iso:11073:10101</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>68073</td><td>High-resolution relative time</td></tr><tr><td>67914</td><td>Accuracy of Measurement</td></tr><tr><td>68222</td><td>Resolution of absolute time clock</td></tr><tr><td>68226</td><td>Resolution of Base offset time clock</td></tr><tr><td>68223</td><td>Resolution of relative time clock</td></tr><tr><td>68224</td><td>Resolution of high-resolution relative time clock</td></tr><tr><td>68221</td><td>Time synchronization accuracy</td></tr><tr><td>68229</td><td>Tick Resolution</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/Quantity11073MDC"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "Quantity11073MDC"] ; # 
  fhir:title [ fhir:v "Quantity 11073 Attributes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2018-11-23"^^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 ISO/IEEE 11073-10101 Nomenclatures Describing 11073-20601 attributes whose values are Quantities."] ; # 
  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 "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "68073" ] ;
fhir:display [ fhir:v "High-resolution relative time" ]       ] [
fhir:code [ fhir:v "67914" ] ;
fhir:display [ fhir:v "Accuracy of Measurement" ]       ] [
fhir:code [ fhir:v "68222" ] ;
fhir:display [ fhir:v "Resolution of absolute time clock" ]       ] [
fhir:code [ fhir:v "68226" ] ;
fhir:display [ fhir:v "Resolution of Base offset time clock" ]       ] [
fhir:code [ fhir:v "68223" ] ;
fhir:display [ fhir:v "Resolution of relative time clock" ]       ] [
fhir:code [ fhir:v "68224" ] ;
fhir:display [ fhir:v "Resolution of high-resolution relative time clock" ]       ] [
fhir:code [ fhir:v "68221" ] ;
fhir:display [ fhir:v "Time synchronization accuracy" ]       ] [
fhir:code [ fhir:v "68229" ] ;
fhir:display [ fhir:v "Tick Resolution" ]       ] )     ] )
  ] . #