Draft PH Core Implementation Guide
0.2.0 - ci-build Philippines flag

Draft PH Core Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PH Core Server - TTL Representation

Draft as of 2026-04-10

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:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Server"] ; # 
  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: ActorDefinition Server</b></p><a name=\"Server\"> </a><a name=\"hcServer\"> </a><table class=\"grid\"><tr><td><b>Actor: Server </b></td><td>PH Core Server</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>A PH Core Server is a FHIR server that stores and provides access to PH Core resources. This includes health information exchanges (HIEs), national health data repositories, and facility-based FHIR servers that store and serve PH Core conformant resources.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://doh.gov.ph/fhir/ph-core/ActorDefinition/Server"^^xsd:anyURI ;
fhir:l <http://doh.gov.ph/fhir/ph-core/ActorDefinition/Server>
  ] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "Server"] ; # 
  fhir:title [ fhir:v "PH Core Server"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-10T05:44:36+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "UP Manila National TeleHealth Center"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "UP Manila National TeleHealth Center" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/UP-NTHC" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A PH Core Server is a FHIR server that stores and provides access to PH Core resources in response to FHIR API requests."] ; # 
  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:type [ fhir:v "system"] ; # 
  fhir:documentation [ fhir:v "A PH Core Server is a FHIR server that stores and provides access to PH Core resources. This includes health information exchanges (HIEs), national health data repositories, and facility-based FHIR servers that store and serve PH Core conformant resources."] . #