@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 -------------------------------------------------------------------

<https://nhdr.gov.ph/fhir/CodeSystem/PSCEDCS> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PSCEDCS"] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xml:lang=\"en-US\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem PSCEDCS</b></p><a name=\"PSCEDCS\"> </a><a name=\"hcPSCEDCS\"> </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\">Language: en-US</p></div><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>source</td><td>source</td><td>https://psa.gov.ph/classification/psced/level</td><td>string</td><td>Official PSOC URL</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>https://psa.gov.ph/classification/psced/level</code> defines codes, but no codes are represented here</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "draft"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "https://psa.gov.ph/classification/psced/level"^^xsd:anyURI ;
     fhir:l <https://psa.gov.ph/classification/psced/level>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PSCEDCS"] ; # 
  fhir:title [ fhir:v "PSCED Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-02-05T04:03:48+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "NHDR"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "NHDR" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://nhdr.gov.ph" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem resource represents the Philippine Standard Classification of Education. This is not the canonical publication of this code system nor it is intended to be publication on behalf of the Philippine Statistic Authority. For the complete content of the code system contact the publisher. For more details, visit: [PSA Website - PSCED](https://psa.gov.ph/classification/psced/level)."] ; # 
  fhir:copyright [ fhir:v "Used by permission of HL7 International, all rights reserved Creative Commons License"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "not-present"] ; # 
  fhir:property ( [
     fhir:code [ fhir:v "source" ] ;
     fhir:uri [
       fhir:v "https://psa.gov.ph/classification/psced/level"^^xsd:anyURI ;
       fhir:l <https://psa.gov.ph/classification/psced/level>
     ] ;
     fhir:description [ fhir:v "Official PSOC URL" ] ;
     fhir:type [ fhir:v "string" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

