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

: Refusal to Admit Service Request 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "road-safety-servicerequest-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/RS-Servicerequest"^^xsd:anyURI ;
fhir:link <https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/RS-Servicerequest>     ] )
  ] ; # 
  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: ServiceRequest road-safety-servicerequest-example</b></p><a name=\"road-safety-servicerequest-example\"> </a><a name=\"hcroad-safety-servicerequest-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-RS-Servicerequest.html\">Refusal to Admit Service Request</a></p></div><p><b>status</b>: Revoked</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Patient-patient-jose-dela-cruz.html\">Jose Dela Cruz (official) Male, DoB: 1987-03-12</a></p><p><b>encounter</b>: <a href=\"Encounter-road-safety-encounter-example.html\">Encounter: extension = Ambulance; identifier = http://yourhospital.org/hospital-case-number#HC-2025-0001,http://yourhospital.org/incident-number#IncidentNo#INC-2025-045; status = finished; class = emergency (ActCode#EMER); period = 2025-09-15 09:45:00+0800 --&gt; (ongoing); reasonCode = Motor vehicle accident</a></p><p><b>occurrence</b>: 2025-09-25 14:45:00+0800</p><p><b>supportingInfo</b>: </p><ul><li><a href=\"Organization-organization-stjaylords.html\">Organization St. Jaylord's Medical Center</a></li><li><a href=\"Practitioner-practitioner-ana-cruz.html\">Practitioner Dr. Ana Cruz</a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "revoked"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-jose-dela-cruz" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/road-safety-encounter-example" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2025-09-25T14:45:00+08:00"^^xsd:dateTime
  ] ; # 
  fhir:supportingInfo ( [
fhir:reference [ fhir:v "Organization/organization-stjaylords" ]
  ] [
fhir:reference [ fhir:v "Practitioner/practitioner-ana-cruz" ]
  ] ) . #