DRAFT PH Road Safety Implementation Guide
0.3.0 - ci-build Philippines flag

DRAFT PH Road Safety Implementation Guide, published by UP Manila - National Institutes of Health - National Telehealth Center. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UPM-NTHC/PH-RoadSafetyIG/ and changes regularly. See the Directory of published versions

: EMS Encounter for Reyes - 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:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "rs-bundle-example-encounter"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-encounter"^^xsd:anyURI ;
fhir:l <https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-encounter>     ] )
  ] ; # 
  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 rs-bundle-example-encounter</b></p><a name=\"rs-bundle-example-encounter\"> </a><a name=\"hcrs-bundle-example-encounter\"> </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-rs-encounter.html\">RS Encounter</a></p></div><p><b>identifier</b>: Incident number/INC-2025-0102, Patient hospital visit number (observable entity)/HCN-2025-1120</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"https://loinc.org/LA10268-3\">LOINC: LA10268-3</a> (ER)</p><p><b>subject</b>: <a href=\"Patient-rs-bundle-example-patient.html\">Thomas Niccolo Filamor Reyes (official) Male, DoB: 1990-01-01</a></p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 90123-1}\">Response team leader name</span></p><p><b>individual</b>: <a href=\"Practitioner-rs-bundle-example-practitioner-teamlead.html\">Practitioner Joel Rivera (official)</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType REF}\">referrer</span></p><p><b>individual</b>: <a href=\"Practitioner-rs-bundle-example-practitioner-receiver.html\">Practitioner Maria Cristina Santos (official)</a></p></blockquote><p><b>period</b>: 2025-10-31 15:18:00+0800 --&gt; 2025-10-31 16:30:00+0800</p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Destination</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-rs-bundle-example-service-location.html\">Location DOH Central ER</a></td></tr></table><blockquote><p><b>location</b></p><p><b>location</b>: <a href=\"Location-rs-bundle-example-incident-location.html\">Location EDSA corner Ayala Ave</a></p></blockquote><blockquote><p><b>location</b></p><p><b>location</b>: <a href=\"Location-rs-bundle-example-service-location.html\">Location DOH Central ER</a></p></blockquote><p><b>serviceProvider</b>: <a href=\"Organization-rs-bundle-example-organization.html\">Organization MetroCare EMS</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://www.roadsafetyph.doh.gov.ph/CodeSystem/identifier-type"^^xsd:anyURI ;
fhir:l <http://www.roadsafetyph.doh.gov.ph/CodeSystem/identifier-type>         ] ;
fhir:code [ fhir:v "incident-number" ] ;
fhir:display [ fhir:v "Incident number" ]       ] )     ] ;
fhir:system [
fhir:v "http://www.roadsafetyph.doh.gov.ph/identifier/incident"^^xsd:anyURI ;
fhir:l <http://www.roadsafetyph.doh.gov.ph/identifier/incident>     ] ;
fhir:value [ fhir:v "INC-2025-0102" ]
  ] [
fhir:type [
      ( fhir:coding [
a sct:722248002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:version [ fhir:v "http://snomed.info/sct/900000000000207008/version/20241001" ] ;
fhir:code [ fhir:v "722248002" ] ;
fhir:display [ fhir:v "Patient hospital visit number (observable entity)" ]       ] )     ] ;
fhir:system [
fhir:v "http://www.roadsafetyph.doh.gov.ph/identifier/hospital-case"^^xsd:anyURI ;
fhir:l <http://www.roadsafetyph.doh.gov.ph/identifier/hospital-case>     ] ;
fhir:value [ fhir:v "HCN-2025-1120" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
a loinc:LA10268-3 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>     ] ;
fhir:code [ fhir:v "LA10268-3" ] ;
fhir:display [ fhir:v "ER" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/rs-bundle-example-patient ;
fhir:reference [ fhir:v "Patient/rs-bundle-example-patient" ]
  ] ; # 
  fhir:participant ( [
    ( fhir:type [
      ( fhir:coding [
a loinc:90123-1 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "90123-1" ] ;
fhir:display [ fhir:v "Response team leader name" ]       ] )     ] ) ;
fhir:individual [
fhir:l fhir:Practitioner/rs-bundle-example-practitioner-teamlead ;
fhir:reference [ fhir:v "Practitioner/rs-bundle-example-practitioner-teamlead" ]     ]
  ] [
    ( fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationType>         ] ;
fhir:code [ fhir:v "REF" ] ;
fhir:display [ fhir:v "referrer" ]       ] )     ] ) ;
fhir:individual [
fhir:l fhir:Practitioner/rs-bundle-example-practitioner-receiver ;
fhir:reference [ fhir:v "Practitioner/rs-bundle-example-practitioner-receiver" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2025-10-31T15:18:00+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-10-31T16:30:00+08:00"^^xsd:dateTime ]
  ] ; # 
  fhir:hospitalization [
fhir:destination [
fhir:l fhir:Location/rs-bundle-example-service-location ;
fhir:reference [ fhir:v "Location/rs-bundle-example-service-location" ]     ]
  ] ; # 
  fhir:location ( [
fhir:location [
fhir:l fhir:Location/rs-bundle-example-incident-location ;
fhir:reference [ fhir:v "Location/rs-bundle-example-incident-location" ]     ]
  ] [
fhir:location [
fhir:l fhir:Location/rs-bundle-example-service-location ;
fhir:reference [ fhir:v "Location/rs-bundle-example-service-location" ]     ]
  ] ) ; # 
  fhir:serviceProvider [
fhir:l fhir:Organization/rs-bundle-example-organization ;
fhir:reference [ fhir:v "Organization/rs-bundle-example-organization" ]
  ] . #