Personal Health Device Implementation Guide
2.0.0-ballot2 - STU 2 - Ballot 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 2.0.0-ballot2 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

: Example of a ASN1 BITs measurement from a Pulse Oximeter - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bits-observation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdBitsEnumerationObservation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdBitsEnumerationObservation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This observation results when a pulse oximeter is having difficulty obtaining the measurement, perhaps due to motion or position of the finger in the sensor, a bad signal, etc.</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Device/phg-ecde3d4e58532d31.000000000000" ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/phd/StructureDefinition/CoincidentTimeStampReference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Observation/coin-example-1" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/PhdObservationCategories"^^xsd:anyURI ] ;
fhir:code [ fhir:v "phd" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ] ;
fhir:display [ fhir:v "MDC_PULS_OXIM_DEV_STATUS" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patientExample-1" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2018-11-11T19:07:48-05:00"^^xsd:dateTime
  ] ; # 
  fhir:device [
fhir:reference [ fhir:v "Device/phd-74E8FFFEFF051C00.001C05FFE874" ]
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604.2" ] ;
fhir:display [ fhir:v "sensor-displaced" ]       ] )     ] ;
fhir:value [
a fhir:boolean ;
fhir:v true     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604.7" ] ;
fhir:display [ fhir:v "signal-pulse-questionable" ]       ] )     ] ;
fhir:value [
a fhir:boolean ;
fhir:v true     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604.10" ] ;
fhir:display [ fhir:v "signal-low-perfusion" ]       ] )     ] ;
fhir:value [
a fhir:boolean ;
fhir:v true     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604.11" ] ;
fhir:display [ fhir:v "signal-poor" ]       ] )     ] ;
fhir:value [
a fhir:boolean ;
fhir:v true     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604.12" ] ;
fhir:display [ fhir:v "signal-inadequate" ]       ] )     ] ;
fhir:value [
a fhir:boolean ;
fhir:v true     ]
  ] ) . #