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.1.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
: Collision Type (example) - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "collision-type-cs"] ; #
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: CodeSystem collision-type-cs</b></p><a name=\"collision-type-cs\"> </a><a name=\"hccollision-type-cs\"> </a><p>This code system <code>https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/CodeSystem/collision-type-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">head-on<a name=\"collision-type-cs-head-on\"> </a></td><td>Head-on</td></tr><tr><td style=\"white-space:nowrap\">rear-end<a name=\"collision-type-cs-rear-end\"> </a></td><td>Rear-end</td></tr><tr><td style=\"white-space:nowrap\">side-swipe<a name=\"collision-type-cs-side-swipe\"> </a></td><td>Side-swipe</td></tr><tr><td style=\"white-space:nowrap\">rollover<a name=\"collision-type-cs-rollover\"> </a></td><td>Rollover</td></tr><tr><td style=\"white-space:nowrap\">non-collision<a name=\"collision-type-cs-non-collision\"> </a></td><td>Non-collision</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"collision-type-cs-other\"> </a></td><td>Other</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/CodeSystem/collision-type-cs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CollisionTypeCS"] ; #
fhir:title [ fhir:v "Collision Type (example)"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-10-08T02:57:01+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "UP Manila - National Institutes of Health - National Telehealth Center"] ; #
fhir:contact ( [
fhir:name [ fhir:v "UP Manila - National Institutes of Health - National Telehealth Center" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/UPM-NTHC/PH-RoadSafetyIG" ] ] )
] [
fhir:name [ fhir:v "PH Road Safety IG Repository" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/UPM-NTHC/PH-RoadSafetyIG" ] ] )
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PH" ] ;
fhir:display [ fhir:v "Philippines" ] ] )
] ) ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "head-on" ] ;
fhir:display [ fhir:v "Head-on" ]
] [
fhir:code [ fhir:v "rear-end" ] ;
fhir:display [ fhir:v "Rear-end" ]
] [
fhir:code [ fhir:v "side-swipe" ] ;
fhir:display [ fhir:v "Side-swipe" ]
] [
fhir:code [ fhir:v "rollover" ] ;
fhir:display [ fhir:v "Rollover" ]
] [
fhir:code [ fhir:v "non-collision" ] ;
fhir:display [ fhir:v "Non-collision" ]
] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other" ]
] ) . #