@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 -------------------------------------------------------------------

<urn://example.com/ph-core/fhir/CodeSystem/PSCED> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PSCED"] ; # 
  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 PSCED</b></p><a name=\"PSCED\"> </a><a name=\"hcPSCED\"> </a><p>This case-sensitive code system <code>urn://example.com/ph-core/fhir/CodeSystem/PSCED</code> defines codes, but no codes are represented here</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "urn://example.com/ph-core/fhir/CodeSystem/PSCED"^^xsd:anyURI ;
     fhir:l <urn://example.com/ph-core/fhir/CodeSystem/PSCED>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PSCED"] ; # 
  fhir:title [ fhir:v "Mock PSCED"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-02-16T02:30:24+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 "Mock of the Philippine Standard Classification of Education."] ; # 
  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 "not-present"] . # 

# -------------------------------------------------------------------------------------

