FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example DeviceMetric/example (Turtle)

Health Care Devices Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

General DeviceMetric example

@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:DeviceMetric ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DeviceMetric</b><a name=\"example\"> </a><a name=\"hcexample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource DeviceMetric &quot;example&quot; </p></div><p><b>identifier</b>: <code>http://goodcare.org/devicemetric/id</code>/345675</p><p><b>type</b>: MDC_PULS_OXIM_SAT_O2 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#150456)</span></p><p><b>unit</b>: MDC_DIM_PERCENT <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#262688)</span></p><p><b>device</b>: <a href=\"broken-link.html\">Device/dev1</a></p><p><b>operationalStatus</b>: on</p><p><b>color</b>: blue</p><p><b>category</b>: measurement</p><p><b>measurementFrequency</b>: 1 Hertz<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code Hz = 'Hz')</span></p><h3>Calibrations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>State</b></td><td><b>Time</b></td></tr><tr><td style=\"display: none\">*</td><td>two-point</td><td>calibrated</td><td>Dec 28, 2016, 2:03:04 PM</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://goodcare.org/devicemetric/id"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "345675" ]
  ] ) ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "150456" ] ;
       fhir:display [ fhir:v "MDC_PULS_OXIM_SAT_O2" ]
     ] )
  ] ; # 
  fhir:unit [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "262688" ] ;
       fhir:display [ fhir:v "MDC_DIM_PERCENT" ]
     ] )
  ] ; # 
  fhir:device [
     fhir:reference [ fhir:v "Device/dev1" ]
  ] ; # 
  fhir:operationalStatus [ fhir:v "on"] ; # 
  fhir:color [ fhir:v "blue"] ; # 
  fhir:category [ fhir:v "measurement"] ; # 
  fhir:measurementFrequency [
     fhir:value [ fhir:v "1"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "Hertz" ] ;
     fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
     fhir:code [ fhir:v "Hz" ]
  ] ; # 
  fhir:calibration ( [
     fhir:type [ fhir:v "two-point" ] ;
     fhir:state [ fhir:v "calibrated" ] ;
     fhir:time [ fhir:v "2016-12-28T09:03:04-05:00"^^xsd:dateTime ]
  ] )] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.