PH eReferral Implementation Guide
0.1.0 - ci-build Philippines

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

: eReferral Reason - JSON Representation

Draft as of 2026-03-23

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ereferral-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ereferral-reason</b></p><a name=\"ereferral-reason\"> </a><a name=\"hcereferral-reason\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/267036007\">267036007</a></td><td>Dyspnea</td></tr><tr><td><a href=\"http://snomed.info/id/29857009\">29857009</a></td><td>Chest pain</td></tr><tr><td><a href=\"http://snomed.info/id/414545008\">414545008</a></td><td>Suspected lung cancer</td></tr><tr><td><a href=\"http://snomed.info/id/42343007\">42343007</a></td><td>Congestive heart failure</td></tr><tr><td><a href=\"http://snomed.info/id/49436004\">49436004</a></td><td>Atrial fibrillation</td></tr><tr><td><a href=\"http://snomed.info/id/59621000\">59621000</a></td><td>Essential hypertension</td></tr><tr><td><a href=\"http://snomed.info/id/73211009\">73211009</a></td><td>Diabetes mellitus</td></tr><tr><td><a href=\"http://snomed.info/id/109006\">109006</a></td><td>Anxiety disorder</td></tr></table></li></ul></div>"
  },
  "url" : "urn://example.com/ph-ereferral/fhir/ValueSet/ereferral-reason",
  "version" : "0.1.0",
  "name" : "EReferralReason",
  "title" : "eReferral Reason",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-03-23T06:58:41+00:00",
  "publisher" : "UP Manila SILab",
  "contact" : [
    {
      "name" : "UP Manila SILab",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/UP-Manila-SILab"
        }
      ]
    }
  ],
  "description" : "Clinical reasons for eReferral requests. Uses SNOMED CT clinical findings and diagnoses.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "PH",
          "display" : "Philippines"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "267036007",
            "display" : "Dyspnea"
          },
          {
            "code" : "29857009",
            "display" : "Chest pain"
          },
          {
            "code" : "414545008",
            "display" : "Suspected lung cancer"
          },
          {
            "code" : "42343007",
            "display" : "Congestive heart failure"
          },
          {
            "code" : "49436004",
            "display" : "Atrial fibrillation"
          },
          {
            "code" : "59621000",
            "display" : "Essential hypertension"
          },
          {
            "code" : "73211009",
            "display" : "Diabetes mellitus"
          },
          {
            "code" : "109006",
            "display" : "Anxiety disorder"
          }
        ]
      }
    ]
  }
}