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

Publication Build: This will be filled in by the publication tooling

: ServiceRequest - Example ACH Pass3 Cdiff - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "servicerequest-example-ach-ach-pass3-cdiff"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequest|6.0.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequest|6.0.0>     ] )
  ] ; # 
  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: ServiceRequest servicerequest-example-ach-ach-pass3-cdiff</b></p><a name=\"servicerequest-example-ach-ach-pass3-cdiff\"> </a><a name=\"hcservicerequest-example-ach-ach-pass3-cdiff\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qicore/STU6/StructureDefinition-qicore-servicerequest.html\">QICore ServiceRequestversion: null6.0.0)</a></p></div><p><b>identifier</b>: Placer Identifier/1019631826 (use: usual, )</p><p><b>status</b>: Completed</p><p><b>intent</b>: Original Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 13957-6}\">C. Diff. toxin</span></p><p><b>quantity</b>: 1</p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass3.html\">Pass3 ACH</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-example-ach-ach-pass3-short-stay.html\">Hospital Admission, Short Stay</a></p><p><b>occurrence</b>: Code , Events: 2024-02-01 18:12:00-0500 , Count 1  times, Once</p><p><b>authoredOn</b>: 2024-02-01 18:12:00-0500</p><p><b>specimen</b>: <a href=\"Specimen-specimen-example-ach-ach-pass3-stool.html\">Specimen: identifier = http://example.org/identifiers/798.32#C104082905,http://example.org/identifiers/798.800#C10408290:45; type = Bloody stool specimen (specimen); receivedTime = 2024-02-01 19:12:00-0500</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PLAC" ] ;
fhir:display [ fhir:v "Placer Identifier" ]       ] ) ;
fhir:text [ fhir:v "Placer Identifier" ]     ] ;
fhir:system [ fhir:v "http://example.org/identifiers/798"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1019631826" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "original-order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:108252007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108252007" ] ;
fhir:display [ fhir:v "Laboratory procedure" ]     ] ) ;
fhir:text [ fhir:v "Laboratory procedure" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:13957-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "13957-6" ] ;
fhir:display [ fhir:v "Clostridioides difficile toxin A [Presence] in Stool by Immunoassay" ]     ] ) ;
fhir:text [ fhir:v "C. Diff. toxin" ]
  ] ; # 
  fhir:quantity [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass3" ] ;
fhir:display [ fhir:v "Pass3 ACH" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-example-ach-ach-pass3-short-stay" ] ;
fhir:display [ fhir:v "Hospital Admission, Short Stay" ]
  ] ; # 
  fhir:occurrence [
a fhir:Timing ;
    ( fhir:event [ fhir:v "2024-02-01T18:12:00-05:00"^^xsd:dateTime ] ) ;
fhir:repeat [
fhir:count [ fhir:v "1"^^xsd:positiveInteger ]     ] ;
fhir:code [
fhir:text [ fhir:v "Once" ]     ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2024-02-01T18:12:00-05:00"^^xsd:dateTime] ; # 
  fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/specimen-example-ach-ach-pass3-stool" ]
  ] ) . #