Point-of-Care Device Implementation Guide
current - CI Build International flag

Point-of-Care Device Implementation Guide, published by HL7 International - Devices Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/uv-pocd/ and changes regularly. See the Directory of published versions

: Metric availability code system - TTL Representation

Draft as of 2020-12-06

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 "metric-availability"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  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/pocd/CodeSystem/metric-availability</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\">Intr<a name=\"metric-availability-Intr\"> </a></td><td>Intermittent</td><td>Stopping or ceasing for a time; alternately ceasing and beginning again.</td></tr><tr><td style=\"white-space:nowrap\">Cont<a name=\"metric-availability-Cont\"> </a></td><td>Continuous</td><td>Without break, cessation, or interruption; without intervening time.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/pocd/CodeSystem/metric-availability"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "current"] ; # 
  fhir:name [ fhir:v "MetricAvailability"] ; # 
  fhir:title [ fhir:v "Metric Availability"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-12-06"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International - Devices Work Group"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/healthcaredevices" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for availability of the means that derives the metric state"] ; # 
  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 "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Intr" ] ;
fhir:display [ fhir:v "Intermittent" ] ;
fhir:definition [ fhir:v "Stopping or ceasing for a time; alternately ceasing and beginning again." ]
  ] [
fhir:code [ fhir:v "Cont" ] ;
fhir:display [ fhir:v "Continuous" ] ;
fhir:definition [ fhir:v "Without break, cessation, or interruption; without intervening time." ]
  ] ) . #