CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG
1.0.0 - Release 1 United States of America flag

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

: Encounter - Example ACH Monthly Pass3 - Acute - 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:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "encounter-example-ach-monthly-pass3-acute"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-monthly-encounter"^^xsd:anyURI ;
fhir:link <http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-monthly-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-monthly-pass3-acute</b></p><a name=\"encounter-example-ach-monthly-pass3-acute\"> </a><a name=\"hcencounter-example-ach-monthly-pass3-acute\"> </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-monthly-encounter.html\">ACH Monthly Event Encounter</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.698.8</code>/10005104253a (use: usual, )</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-ACUTE\">ActCode ACUTE</a>: inpatient acute (version = 9.0.0 )</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 453701000124103}\">Critical care visit</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-monthly-pass3.html\">Pass3 ACH</a></p><p><b>period</b>: 2024-02-02 16:43:00-0500 --&gt; 2024-02-03 19:58:00-0500</p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/admit-source other}\">From Short Stay</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/discharge-disposition home}\">Home</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-monthly-crit-part.html\">ACH Monthly Medical Critical Care</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></td><td>2024-02-02 16:43:00-0500 --&gt; 2024-03-02 19:58:00-0500</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  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 "10005104253a" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:version [ fhir:v "9.0.0" ] ;
fhir:code [ fhir:v "ACUTE" ] ;
fhir:display [ fhir:v "inpatient acute" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:453701000124103 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "453701000124103" ] ;
fhir:display [ fhir:v "In-person encounter" ]     ] ) ;
fhir:text [ fhir:v "Critical care visit" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-ach-monthly-pass3" ] ;
fhir:display [ fhir:v "Pass3 ACH" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2024-02-02T16:43:00-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-02-03T19:58:00-05:00"^^xsd:dateTime ]
  ] ; # 
  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 "From Short Stay" ]     ] ;
fhir:dischargeDisposition [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/discharge-disposition"^^xsd:anyURI ] ;
fhir:code [ fhir:v "home" ] ;
fhir:display [ fhir:v "Home" ]       ] ) ;
fhir:text [ fhir:v "Home" ]     ]
  ] ; # 
  fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/location-example-ach-monthly-crit-part" ] ;
fhir:display [ fhir:v "ACH Monthly Medical Critical Care" ]     ] ;
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-02-02T16:43:00-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-03-02T19:58:00-05:00"^^xsd:dateTime ]     ]
  ] ) . #