Draft PH Core Implementation Guide
0.2.0 - ci-build Philippines (the)

Draft PH Core Implementation Guide, published by UP Manila National TeleHealth Center. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/niccoreyes/ph-core/ and changes regularly. See the Directory of published versions

: Mock PSCED - JSON Representation

Draft as of 2026-04-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "PSCED",
  "text" : {
    "status" : "generated",
    "div" : "<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>https://psa.gov.ph/classification/psced/level</code> provides some codes <b>that are example only</b>:</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\">C201301<a name=\"PSCED-C201301\"> </a></td><td>Elementary Graduate</td><td>Completed elementary education</td></tr><tr><td style=\"white-space:nowrap\">C201302<a name=\"PSCED-C201302\"> </a></td><td>High School Graduate</td><td>Completed secondary education</td></tr><tr><td style=\"white-space:nowrap\">C201303<a name=\"PSCED-C201303\"> </a></td><td>College Graduate</td><td>Completed bachelor's degree</td></tr><tr><td style=\"white-space:nowrap\">C201304<a name=\"PSCED-C201304\"> </a></td><td>Postgraduate</td><td>Completed master's or doctoral degree</td></tr></table></div>"
  },
  "url" : "https://psa.gov.ph/classification/psced/level",
  "version" : "0.2.0",
  "name" : "PSCED",
  "title" : "Mock PSCED",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-04-01T12:51:41+00:00",
  "publisher" : "UP Manila National TeleHealth Center",
  "contact" : [
    {
      "name" : "UP Manila National TeleHealth Center",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/UP-NTHC"
        }
      ]
    }
  ],
  "description" : "Mock of the Philippine Standard Classification of Education.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "PH",
          "display" : "Philippines (the)"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "example",
  "concept" : [
    {
      "code" : "C201301",
      "display" : "Elementary Graduate",
      "definition" : "Completed elementary education"
    },
    {
      "code" : "C201302",
      "display" : "High School Graduate",
      "definition" : "Completed secondary education"
    },
    {
      "code" : "C201303",
      "display" : "College Graduate",
      "definition" : "Completed bachelor's degree"
    },
    {
      "code" : "C201304",
      "display" : "Postgraduate",
      "definition" : "Completed master's or doctoral degree"
    }
  ]
}