DRAFT PH Road Safety Implementation Guide
0.2.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.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 Task - 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:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "rs-example-task"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-task"^^xsd:anyURI ;
fhir:l <https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-task>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Task monitoring completion of refusal-to-admit follow-up actions for rs-example-patient.</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "in-progress"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:focus [
fhir:l fhir:ServiceRequest/rs-example-service-request ;
fhir:reference [ fhir:v "ServiceRequest/rs-example-service-request" ]
  ] ; # 
  fhir:for [
fhir:l fhir:Patient/rs-example-patient ;
fhir:reference [ fhir:v "Patient/rs-example-patient" ]
  ] ; # 
  fhir:executionPeriod [
fhir:start [ fhir:v "2025-10-31T16:15:00+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-10-31T18:45:00+08:00"^^xsd:dateTime ]
  ] ; # 
  fhir:owner [
fhir:l fhir:Practitioner/rs-practitioner-receivedby ;
fhir:reference [ fhir:v "Practitioner/rs-practitioner-receivedby" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Coordinating ambulance standby while awaiting receiving facility confirmation." ]
  ] ) . #