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

: Specimen - Example ACH Pass1 Blood - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "specimen-example-ach-ach-pass1-blood"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen|6.1.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: Specimen specimen-example-ach-ach-pass1-blood</b></p><a name=\"specimen-example-ach-ach-pass1-blood\"> </a><a name=\"hcspecimen-example-ach-ach-pass1-blood\"> </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/core/STU6.1/StructureDefinition-us-core-specimen.html\">US Core Specimen Profileversion: null6.1.0)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifiers/798.32</code>/C104082901, <code>http://example.org/identifiers/798.800</code>/C10408290:41</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 BLDV}\">Blood venous</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass1.html\">Pass1 ACH</a></p><p><b>receivedTime</b>: 2024-02-02 18:20:00-0500</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2024-02-02 18:12:00-0500</td><td><span title=\"Codes:{http://snomed.info/sct 76853006}\">Heel structure</span></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/identifiers/798.32"^^xsd:anyURI ] ;
fhir:value [ fhir:v "C104082901" ] ;
fhir:assigner [
fhir:display [ fhir:v "LIS" ]     ]
  ] [
fhir:system [ fhir:v "http://example.org/identifiers/798.800"^^xsd:anyURI ] ;
fhir:value [ fhir:v "C10408290:41" ]
  ] ) ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0487"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BLDV" ] ;
fhir:display [ fhir:v "Blood venous" ]     ] ) ;
fhir:text [ fhir:v "Blood venous" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass1" ] ;
fhir:display [ fhir:v "Pass1 ACH" ]
  ] ; # 
  fhir:receivedTime [ fhir:v "2024-02-02T18:20:00-05:00"^^xsd:dateTime] ; # 
  fhir:collection [
fhir:collected [
a fhir:dateTime ;
fhir:v "2024-02-02T18:12:00-05:00"^^xsd:dateTime     ] ;
fhir:bodySite [
      ( fhir:coding [
a sct:76853006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "76853006" ] ;
fhir:display [ fhir:v "Heel structure (body structure)" ]       ] ) ;
fhir:text [ fhir:v "Heel structure" ]     ]
  ] . #