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.2.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
 
: Example RS Procedure - Transport Coordination - TTL Representation
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
 a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "rs-example-procedure-transport"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-procedure-transport-coordination"^^xsd:anyURI ;
fhir:l <https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-procedure-transport-coordination>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Coordination call placed to DOH Central ER confirming bed availability.</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://www.roadsafetyph.doh.gov.ph/CodeSystem"^^xsd:anyURI ;
fhir:l <http://www.roadsafetyph.doh.gov.ph/CodeSystem>       ] ;
fhir:version [ fhir:v "1" ] ;
fhir:code [ fhir:v "COORDINATIONDONE" ] ;
fhir:display [ fhir:v "Was Transport Coordinated with Receiving Hospital?" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/rs-example-patient ;
fhir:reference [ fhir:v "Patient/rs-example-patient" ]
  ] ; # 
  fhir:encounter [
fhir:l fhir:Encounter/rs-example-encounter ;
fhir:reference [ fhir:v "Encounter/rs-example-encounter" ]
  ] ; # 
  fhir:performed [
a fhir:DateTime ;
fhir:v "2025-10-31T16:05:00+08:00"^^xsd:dateTime
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "EMS team leader confirmed transfer acceptance at DOH Central ER prior to transport." ]
  ] ) . #