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
: Encounter - Example ACH Pass2 - Emergency - TTL Representation
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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "encounter-example-ach-ach-pass2-emergency"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter> ] )
] ; #
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: Encounter encounter-example-ach-ach-pass2-emergency</b></p><a name=\"encounter-example-ach-ach-pass2-emergency\"> </a><a name=\"hcencounter-example-ach-ach-pass2-emergency\"> </a><a name=\"encounter-example-ach-ach-pass2-emergency-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.698.8</code>/10005104252a (use: usual, )</p><p><b>status</b>: Triaged</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-EMER\">ActCode</a> EMER: emergency</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 4525004}\">Emergency department patient visit</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass2.html\">Pass2 ACH</a></p><p><b>period</b>: 2024-01-31 02:35:00-0500 --> 2024-01-31 22:02:00-0500</p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm M79.661}\">Leg pain, lower right</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-condition-example-diagnosis-ach-pass2.html\">Thrombophlebitis</a></td></tr></table><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AdmitSource</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/admit-source other}\">Walk-in</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>PhysicalType</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-location-example-ach-emergency.html\">ACH Emergency Department</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></td><td>2024-01-31 02:35:00-0500 --> 2024-02-01 01:02:00-0500</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.19.5.1.698.8"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10005104252a" ]
] ) ; #
fhir:status [ fhir:v "triaged"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EMER" ] ;
fhir:display [ fhir:v "emergency" ]
] ; #
fhir:type ( [
( fhir:coding [
a sct:4525004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4525004" ] ;
fhir:display [ fhir:v "Emergency department patient visit" ] ] ) ;
fhir:text [ fhir:v "Emergency department patient visit" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass2" ] ;
fhir:display [ fhir:v "Pass2 ACH" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2024-01-31T02:35:00-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-01-31T22:02:00-05:00"^^xsd:dateTime ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M79.661" ] ;
fhir:display [ fhir:v "Pain in right lower leg" ] ] ) ;
fhir:text [ fhir:v "Leg pain, lower right" ]
] ) ; #
fhir:diagnosis ( [
fhir:condition [
fhir:reference [ fhir:v "Condition/condition-example-diagnosis-ach-pass2" ] ;
fhir:display [ fhir:v "Thrombophlebitis" ] ]
] ) ; #
fhir:hospitalization [
fhir:admitSource [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/admit-source"^^xsd:anyURI ] ;
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other" ] ] ) ;
fhir:text [ fhir:v "Walk-in" ] ]
] ; #
fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/location-example-ach-emergency" ] ;
fhir:display [ fhir:v "ACH Emergency Department" ] ] ;
fhir:physicalType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "wa" ] ;
fhir:display [ fhir:v "Ward" ] ] ) ] ;
fhir:period [
fhir:start [ fhir:v "2024-01-31T02:35:00-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-02-01T01:02:00-05:00"^^xsd:dateTime ] ]
] ) . #