US Situational Awareness Framework for Reporting (US SAFR) Implementation Guide
1.0.0 - STU 1 ballot United States of America flag

US Situational Awareness Framework for Reporting (US SAFR) 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 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-safr/ and changes regularly. See the Directory of published versions

: Encounter - Example ACH Pass2 - Emergency - 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-ach-pass2-emergency"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter|6.0.0"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter?version=6.0.0>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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><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-encounter.html\">QICore Encounterversion: null6.0.0)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifiers/698.8</code>/10005104252a (use: usual, )</p><p><b>status</b>: Triaged</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-EMER\">ActCode: EMER</a> (emergency) (version = 9.0.0 )</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-ed-pat-1.html\">Pass2 ACH</a></p><p><b>period</b>: 2025-01-31 02:35:00-0500 --&gt; (ongoing)</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-EDBed1.html\">ACH Emergency Department</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [
fhir:v "http://example.org/identifiers/698.8"^^xsd:anyURI ;
fhir:l <http://example.org/identifiers/698.8>     ] ;
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:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>     ] ;
fhir:version [ fhir:v "9.0.0" ] ;
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:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "4525004" ] ;
fhir:display [ fhir:v "Emergency department patient visit" ]     ] ) ;
fhir:text [ fhir:v "Emergency department patient visit" ]
  ] ) ; # 
  fhir:subject [
fhir:l fhir:Patient/ed-pat-1 ;
fhir:reference [ fhir:v "Patient/ed-pat-1" ] ;
fhir:display [ fhir:v "Pass2 ACH" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2025-01-31T02:35:00-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:location ( [
fhir:location [
fhir:l fhir:Location/EDBed1 ;
fhir:reference [ fhir:v "Location/EDBed1" ] ;
fhir:display [ fhir:v "ACH Emergency Department" ]     ]
  ] ) . #