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

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/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions

: Educational Attainments - JSON Representation

Draft as of 2026-04-22

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "educational-attainments",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet educational-attainments</b></p><a name=\"educational-attainments\"> </a><a name=\"hceducational-attainments\"> </a><p>This value set contains 4 concepts</p><table class=\"codes\"><tr><td><b>System</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a name=\"educational-attainments-https://psa.gov.ph/classification/psced/level-C201301\"> </a><code>https://psa.gov.ph/classification/psced/level</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0C201301</td><td>Elementary Graduate</td><td>Completed elementary education</td></tr><tr><td><a name=\"educational-attainments-https://psa.gov.ph/classification/psced/level-C201302\"> </a><code>https://psa.gov.ph/classification/psced/level</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0C201302</td><td>High School Graduate</td><td>Completed secondary education</td></tr><tr><td><a name=\"educational-attainments-https://psa.gov.ph/classification/psced/level-C201303\"> </a><code>https://psa.gov.ph/classification/psced/level</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0C201303</td><td>College Graduate</td><td>Completed bachelor's degree</td></tr><tr><td><a name=\"educational-attainments-https://psa.gov.ph/classification/psced/level-C201304\"> </a><code>https://psa.gov.ph/classification/psced/level</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0C201304</td><td>Postgraduate</td><td>Completed master's or doctoral degree</td></tr></table></div>"
  },
  "url" : "http://doh.gov.ph/fhir/ph-core/ValueSet/educational-attainments",
  "version" : "0.2.0",
  "name" : "EducationalAttainments",
  "title" : "Educational Attainments",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-04-22T03:27:28+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" : "All categories of educational programs, courses, and attainment levels in the Philippines, based on the Philippine Standard Classification of Education (PSCED) published by the Philippine Statistics Authority (PSA)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "PH",
          "display" : "Philippines"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://psa.gov.ph/classification/psced/level",
        "concept" : [
          {
            "code" : "C201301",
            "display" : "Elementary Graduate"
          },
          {
            "code" : "C201302",
            "display" : "High School Graduate"
          },
          {
            "code" : "C201303",
            "display" : "College Graduate"
          },
          {
            "code" : "C201304",
            "display" : "Postgraduate"
          }
        ]
      }
    ]
  },
  "expansion" : {
    "timestamp" : "2026-04-07T00:00:00Z",
    "total" : 4,
    "offset" : 0,
    "contains" : [
      {
        "system" : "https://psa.gov.ph/classification/psced/level",
        "code" : "C201301",
        "display" : "Elementary Graduate"
      },
      {
        "system" : "https://psa.gov.ph/classification/psced/level",
        "code" : "C201302",
        "display" : "High School Graduate"
      },
      {
        "system" : "https://psa.gov.ph/classification/psced/level",
        "code" : "C201303",
        "display" : "College Graduate"
      },
      {
        "system" : "https://psa.gov.ph/classification/psced/level",
        "code" : "C201304",
        "display" : "Postgraduate"
      }
    ]
  }
}