PH eReferral Implementation Guide, published by UP Manila SILab. 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/niccoreyes/ph-ereferral/ and changes regularly. See the Directory of published versions
: eReferral Reason - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ereferral-reason"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ereferral-reason</b></p><a name=\"ereferral-reason\"> </a><a name=\"hcereferral-reason\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/267036007\">267036007</a></td><td>Dyspnea</td></tr><tr><td><a href=\"http://snomed.info/id/29857009\">29857009</a></td><td>Chest pain</td></tr><tr><td><a href=\"http://snomed.info/id/414545008\">414545008</a></td><td>Suspected lung cancer</td></tr><tr><td><a href=\"http://snomed.info/id/42343007\">42343007</a></td><td>Congestive heart failure</td></tr><tr><td><a href=\"http://snomed.info/id/49436004\">49436004</a></td><td>Atrial fibrillation</td></tr><tr><td><a href=\"http://snomed.info/id/59621000\">59621000</a></td><td>Essential hypertension</td></tr><tr><td><a href=\"http://snomed.info/id/73211009\">73211009</a></td><td>Diabetes mellitus</td></tr><tr><td><a href=\"http://snomed.info/id/109006\">109006</a></td><td>Anxiety disorder</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "urn://example.com/ph-ereferral/fhir/ValueSet/ereferral-reason"^^xsd:anyURI ;
fhir:l <urn://example.com/ph-ereferral/fhir/ValueSet/ereferral-reason>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "EReferralReason"] ; #
fhir:title [ fhir:v "eReferral Reason"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2026-03-23T06:58:41+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "UP Manila SILab"] ; #
fhir:contact ( [
fhir:name [ fhir:v "UP Manila SILab" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/UP-Manila-SILab" ] ] )
] ) ; #
fhir:description [ fhir:v "Clinical reasons for eReferral requests. Uses SNOMED CT clinical findings and diagnoses."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "PH" ] ;
fhir:display [ fhir:v "Philippines" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
( fhir:concept [
fhir:code [ fhir:v "267036007" ] ;
fhir:display [ fhir:v "Dyspnea" ] ] [
fhir:code [ fhir:v "29857009" ] ;
fhir:display [ fhir:v "Chest pain" ] ] [
fhir:code [ fhir:v "414545008" ] ;
fhir:display [ fhir:v "Suspected lung cancer" ] ] [
fhir:code [ fhir:v "42343007" ] ;
fhir:display [ fhir:v "Congestive heart failure" ] ] [
fhir:code [ fhir:v "49436004" ] ;
fhir:display [ fhir:v "Atrial fibrillation" ] ] [
fhir:code [ fhir:v "59621000" ] ;
fhir:display [ fhir:v "Essential hypertension" ] ] [
fhir:code [ fhir:v "73211009" ] ;
fhir:display [ fhir:v "Diabetes mellitus" ] ] [
fhir:code [ fhir:v "109006" ] ;
fhir:display [ fhir:v "Anxiety disorder" ] ] ) ] )
] . #