DRAFT PH Road Safety Implementation Guide
0.1.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.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

: Nature of Injury (example) - TTL Representation

Draft as of 2025-10-08

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 "injury-nature-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 injury-nature-cs</b></p><a name=\"injury-nature-cs\"> </a><a name=\"hcinjury-nature-cs\"> </a><p>This  code system <code>https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/CodeSystem/injury-nature-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\">abrasion<a name=\"injury-nature-cs-abrasion\"> </a></td><td>Abrasion</td></tr><tr><td style=\"white-space:nowrap\">avulsion<a name=\"injury-nature-cs-avulsion\"> </a></td><td>Avulsion</td></tr><tr><td style=\"white-space:nowrap\">burn<a name=\"injury-nature-cs-burn\"> </a></td><td>Burn</td></tr><tr><td style=\"white-space:nowrap\">concussion<a name=\"injury-nature-cs-concussion\"> </a></td><td>Concussion</td></tr><tr><td style=\"white-space:nowrap\">contusion<a name=\"injury-nature-cs-contusion\"> </a></td><td>Contusion</td></tr><tr><td style=\"white-space:nowrap\">fracture<a name=\"injury-nature-cs-fracture\"> </a></td><td>Fracture</td></tr><tr><td style=\"white-space:nowrap\">open-wound<a name=\"injury-nature-cs-open-wound\"> </a></td><td>Open wound</td></tr><tr><td style=\"white-space:nowrap\">amputation<a name=\"injury-nature-cs-amputation\"> </a></td><td>Traumatic amputation</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"injury-nature-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/injury-nature-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "InjuryNatureCS"] ; # 
  fhir:title [ fhir:v "Nature of Injury (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 "9"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "abrasion" ] ;
fhir:display [ fhir:v "Abrasion" ]
  ] [
fhir:code [ fhir:v "avulsion" ] ;
fhir:display [ fhir:v "Avulsion" ]
  ] [
fhir:code [ fhir:v "burn" ] ;
fhir:display [ fhir:v "Burn" ]
  ] [
fhir:code [ fhir:v "concussion" ] ;
fhir:display [ fhir:v "Concussion" ]
  ] [
fhir:code [ fhir:v "contusion" ] ;
fhir:display [ fhir:v "Contusion" ]
  ] [
fhir:code [ fhir:v "fracture" ] ;
fhir:display [ fhir:v "Fracture" ]
  ] [
fhir:code [ fhir:v "open-wound" ] ;
fhir:display [ fhir:v "Open wound" ]
  ] [
fhir:code [ fhir:v "amputation" ] ;
fhir:display [ fhir:v "Traumatic amputation" ]
  ] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other" ]
  ] ) . #