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

: Run Report Composition Sections - 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 "RSRunSectionCS"] ; # 
  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 RSRunSectionCS</b></p><a name=\"RSRunSectionCS\"> </a><a name=\"hcRSRunSectionCS\"> </a><p>This  code system <code>https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/CodeSystem/RSRunSectionCS</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\">patient<a name=\"RSRunSectionCS-patient\"> </a></td><td>Patient</td></tr><tr><td style=\"white-space:nowrap\">encounter<a name=\"RSRunSectionCS-encounter\"> </a></td><td>Encounter</td></tr><tr><td style=\"white-space:nowrap\">incident<a name=\"RSRunSectionCS-incident\"> </a></td><td>Incident</td></tr><tr><td style=\"white-space:nowrap\">triage-vitals<a name=\"RSRunSectionCS-triage-vitals\"> </a></td><td>Triage and Vitals</td></tr><tr><td style=\"white-space:nowrap\">counts<a name=\"RSRunSectionCS-counts\"> </a></td><td>Counts</td></tr><tr><td style=\"white-space:nowrap\">post-crash<a name=\"RSRunSectionCS-post-crash\"> </a></td><td>Post‑Crash</td></tr><tr><td style=\"white-space:nowrap\">documents<a name=\"RSRunSectionCS-documents\"> </a></td><td>Documents</td></tr><tr><td style=\"white-space:nowrap\">workflow<a name=\"RSRunSectionCS-workflow\"> </a></td><td>Workflow / Tasks</td></tr><tr><td style=\"white-space:nowrap\">timeline<a name=\"RSRunSectionCS-timeline\"> </a></td><td>Timeline</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/CodeSystem/RSRunSectionCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "RSRunSectionCS"] ; # 
  fhir:title [ fhir:v "Run Report Composition Sections"] ; # 
  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 "patient" ] ;
fhir:display [ fhir:v "Patient" ]
  ] [
fhir:code [ fhir:v "encounter" ] ;
fhir:display [ fhir:v "Encounter" ]
  ] [
fhir:code [ fhir:v "incident" ] ;
fhir:display [ fhir:v "Incident" ]
  ] [
fhir:code [ fhir:v "triage-vitals" ] ;
fhir:display [ fhir:v "Triage and Vitals" ]
  ] [
fhir:code [ fhir:v "counts" ] ;
fhir:display [ fhir:v "Counts" ]
  ] [
fhir:code [ fhir:v "post-crash" ] ;
fhir:display [ fhir:v "Post‑Crash" ]
  ] [
fhir:code [ fhir:v "documents" ] ;
fhir:display [ fhir:v "Documents" ]
  ] [
fhir:code [ fhir:v "workflow" ] ;
fhir:display [ fhir:v "Workflow / Tasks" ]
  ] [
fhir:code [ fhir:v "timeline" ] ;
fhir:display [ fhir:v "Timeline" ]
  ] ) . #