National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
1.0.0-ballot - STU1 Ballot United States of America flag

National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/nhsn-dqm/ and changes regularly. See the Directory of published versions

: Device - Example Submitting Device 1 - 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "device-example-submitting-device"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/nhsn-dqm/StructureDefinition/nhsn-submitting-device"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/nhsn-dqm/StructureDefinition/nhsn-submitting-device>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device device-example-submitting-device</b></p><a name=\"device-example-submitting-device\"> </a><a name=\"hcdevice-example-submitting-device\"> </a><a name=\"device-example-submitting-device-en-US\"> </a><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>NHSN Link</td><td>Model name</td></tr></table><blockquote><p><b>version</b></p><p><b>component</b>: api</p><p><b>value</b>: 0.9.0</p></blockquote><blockquote><p><b>version</b></p><p><b>component</b>: api</p><p><b>value</b>: 20230713.1</p></blockquote><blockquote><p><b>version</b></p><p><b>component</b>: api</p><p><b>value</b>: 3f9662a8</p></blockquote><blockquote><p><b>version</b></p><p><b>component</b>: cqf-ruler</p><p><b>value</b>: 0.13.0</p></blockquote></div>"
  ] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "NHSN Link" ] ;
fhir:type [ fhir:v "model-name" ]
  ] ) ; # 
  fhir:version ( [
fhir:component [
fhir:value [ fhir:v "api" ]     ] ;
fhir:value [ fhir:v "0.9.0" ]
  ] [
fhir:component [
fhir:value [ fhir:v "api" ]     ] ;
fhir:value [ fhir:v "20230713.1" ]
  ] [
fhir:component [
fhir:value [ fhir:v "api" ]     ] ;
fhir:value [ fhir:v "3f9662a8" ]
  ] [
fhir:component [
fhir:value [ fhir:v "cqf-ruler" ]     ] ;
fhir:value [ fhir:v "0.13.0" ]
  ] ) . #