CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Lab Observation - ACH Daily Observation Example RSV Lab BTG - TTL Representation
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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "lab-observation-example-ach-daily-rsvlabbtg"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-observation-lab"^^xsd:anyURI ;
fhir:link <http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-observation-lab> ] )
] ; #
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: Observation lab-observation-example-ach-daily-rsvlabbtg</b></p><a name=\"lab-observation-example-ach-daily-rsvlabbtg\"> </a><a name=\"hclab-observation-example-ach-daily-rsvlabbtg\"> </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=\"StructureDefinition-ach-daily-observation-lab.html\">ACH Daily Event Lab Result Observation</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 31949-1}\">RSV Ag Ql (Throat)</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-daily-rsvlabbtg.html\">ACHDaily, RSVLabBTG</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-example-ach-daily-rsvlabbtg.html\">Hospital Encounter</a></p><p><b>effective</b>: 2024-01-01 12:15:00+0000</p><p><b>issued</b>: 2024-01-01 12:15:00+0000</p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 720735008}\">Presumptive positive</span></p><p><b>specimen</b>: <a href=\"Specimen-specimen-example-ach-daily-rsvlabbtg.html\">Specimen: type = Nasopharyngeal swab (specimen); receivedTime = 2024-01-01 15:00:00+0000</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ] ] ) ;
fhir:text [ fhir:v "Laboratory" ]
] ) ; #
fhir:code [
( fhir:coding [
a loinc:31949-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "31949-1" ] ;
fhir:display [ fhir:v "Respiratory syncytial virus Ag [Presence] in Throat" ] ] ) ;
fhir:text [ fhir:v "RSV Ag Ql (Throat)" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-ach-daily-rsvlabbtg" ] ;
fhir:display [ fhir:v "ACHDaily, RSVLabBTG" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-example-ach-daily-rsvlabbtg" ] ;
fhir:display [ fhir:v "Hospital Encounter" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2024-01-01T12:15:00Z"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2024-01-01T12:15:00Z"^^xsd:dateTime] ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:720735008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "720735008" ] ;
fhir:display [ fhir:v "Presumptive positive" ] ] ) ;
fhir:text [ fhir:v "Presumptive positive" ]
] ; #
fhir:specimen [
fhir:reference [ fhir:v "Specimen/specimen-example-ach-daily-rsvlabbtg" ]
] . #