PH eReferral Implementation Guide
0.1.0 - ci-build
PH eReferral Implementation Guide, published by SILab CoP IG Accelerator (eReferral). 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/jldalisay95/ph-ereferral-jld/ and changes regularly. See the Directory of published versions
| Draft as of 2026-04-29 |
@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 "pwd-disability-type-cs"] ; #
fhir:language [ fhir:v "en"] ; #
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: CodeSystem pwd-disability-type-cs</b></p><a name=\"pwd-disability-type-cs\"> </a><a name=\"hcpwd-disability-type-cs\"> </a><p>This case-sensitive code system <code>urn://example.com/ph-ereferral/fhir/CodeSystem/pwd-disability-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">visual<a name=\"pwd-disability-type-cs-visual\"> </a></td><td>Visual Disability</td><td>Complete or partial loss of sight/visual function.</td></tr><tr><td style=\"white-space:nowrap\">hearing<a name=\"pwd-disability-type-cs-hearing\"> </a></td><td>Hearing Disability</td><td>Complete or partial loss of hearing/hearing function.</td></tr><tr><td style=\"white-space:nowrap\">speech<a name=\"pwd-disability-type-cs-speech\"> </a></td><td>Speech Impairment</td><td>Complete or partial loss of speech or communication function.</td></tr><tr><td style=\"white-space:nowrap\">physical<a name=\"pwd-disability-type-cs-physical\"> </a></td><td>Physical/Orthopedic Disability</td><td>Impairment in physical/orthopedic function including locomotor disabilities.</td></tr><tr><td style=\"white-space:nowrap\">intellectual<a name=\"pwd-disability-type-cs-intellectual\"> </a></td><td>Intellectual Disability</td><td>Significant limitations in intellectual functioning and adaptive behavior.</td></tr><tr><td style=\"white-space:nowrap\">learning<a name=\"pwd-disability-type-cs-learning\"> </a></td><td>Learning Disability</td><td>Neurological disorders affecting acquisition and use of listening, speaking, reading, writing, reasoning, or mathematical abilities.</td></tr><tr><td style=\"white-space:nowrap\">psychosocial<a name=\"pwd-disability-type-cs-psychosocial\"> </a></td><td>Psychosocial Disability</td><td>Mental health conditions and psychosocial impairments.</td></tr><tr><td style=\"white-space:nowrap\">visual-low-vision<a name=\"pwd-disability-type-cs-visual-low-vision\"> </a></td><td>Low Vision</td><td>Significant visual impairment not correctable by standard glasses/contact lenses.</td></tr><tr><td style=\"white-space:nowrap\">visual-blindness<a name=\"pwd-disability-type-cs-visual-blindness\"> </a></td><td>Blindness</td><td>Complete loss of vision or light perception.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "urn://example.com/ph-ereferral/fhir/CodeSystem/pwd-disability-type-cs"^^xsd:anyURI ;
fhir:l <urn://example.com/ph-ereferral/fhir/CodeSystem/pwd-disability-type-cs>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "PWDDisabilityTypeCS"] ; #
fhir:title [ fhir:v "PWD Disability Type Code System"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2026-04-29T04:31:38+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "SILab CoP IG Accelerator (eReferral)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "SILab CoP IG Accelerator (eReferral)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/UP-Manila-SILab" ] ] )
] ) ; #
fhir:description [ fhir:v "Code system for types of disability as defined by the Philippine government for PWD registration."] ; #
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:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "visual" ] ;
fhir:display [ fhir:v "Visual Disability" ] ;
fhir:definition [ fhir:v "Complete or partial loss of sight/visual function." ]
] [
fhir:code [ fhir:v "hearing" ] ;
fhir:display [ fhir:v "Hearing Disability" ] ;
fhir:definition [ fhir:v "Complete or partial loss of hearing/hearing function." ]
] [
fhir:code [ fhir:v "speech" ] ;
fhir:display [ fhir:v "Speech Impairment" ] ;
fhir:definition [ fhir:v "Complete or partial loss of speech or communication function." ]
] [
fhir:code [ fhir:v "physical" ] ;
fhir:display [ fhir:v "Physical/Orthopedic Disability" ] ;
fhir:definition [ fhir:v "Impairment in physical/orthopedic function including locomotor disabilities." ]
] [
fhir:code [ fhir:v "intellectual" ] ;
fhir:display [ fhir:v "Intellectual Disability" ] ;
fhir:definition [ fhir:v "Significant limitations in intellectual functioning and adaptive behavior." ]
] [
fhir:code [ fhir:v "learning" ] ;
fhir:display [ fhir:v "Learning Disability" ] ;
fhir:definition [ fhir:v "Neurological disorders affecting acquisition and use of listening, speaking, reading, writing, reasoning, or mathematical abilities." ]
] [
fhir:code [ fhir:v "psychosocial" ] ;
fhir:display [ fhir:v "Psychosocial Disability" ] ;
fhir:definition [ fhir:v "Mental health conditions and psychosocial impairments." ]
] [
fhir:code [ fhir:v "visual-low-vision" ] ;
fhir:display [ fhir:v "Low Vision" ] ;
fhir:definition [ fhir:v "Significant visual impairment not correctable by standard glasses/contact lenses." ]
] [
fhir:code [ fhir:v "visual-blindness" ] ;
fhir:display [ fhir:v "Blindness" ] ;
fhir:definition [ fhir:v "Complete loss of vision or light perception." ]
] ) . #
IG © 2025+ SILab CoP IG Accelerator (eReferral).
Package fhir.ph.ereferral#0.1.0 based on FHIR 4.0.1.
Generated
2026-04-29
Links: Table of Contents |
QA Report