PH eReferral Implementation Guide
0.3.0-draft - draft Philippines

PH eReferral Implementation Guide - Local Development build (v0.3.0-draft) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient — Charity Santos - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-charity-ex",
  "meta" : {
    "profile" : [
      🔗 "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-patient"
    ],
    "tag" : [
      {
        "system" : "https://example.com/peref-dd",
        "code" : "REF-20",
        "display" : "REF-20"
      },
      {
        "system" : "https://example.com/peref-dd",
        "code" : "REF-21",
        "display" : "REF-21"
      },
      {
        "system" : "https://example.com/peref-dd",
        "code" : "REF-22",
        "display" : "REF-22"
      },
      {
        "system" : "https://example.com/peref-dd",
        "code" : "REF-24",
        "display" : "REF-24"
      },
      {
        "system" : "https://example.com/peref-dd",
        "code" : "REF-25",
        "display" : "REF-25"
      },
      {
        "system" : "https://example.com/peref-dd",
        "code" : "REF-26",
        "display" : "REF-26"
      },
      {
        "system" : "https://example.com/peref-dd",
        "code" : "REF-27",
        "display" : "REF-27"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-charity-ex</b></p><a name=\"patient-charity-ex\"> </a><a name=\"hcpatient-charity-ex\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/UP-Manila-SILab/ph-core/StructureDefinition-ph-core-patient.html\">PH Core Patient</a></p><p style=\"margin-bottom: 0px\">Tags: REF-20 (Details: peref-dd code REF-20), REF-21 (Details: peref-dd code REF-21), REF-22 (Details: peref-dd code REF-22), REF-24 (Details: peref-dd code REF-24), REF-25 (Details: peref-dd code REF-25), REF-26 (Details: peref-dd code REF-26), REF-27 (Details: peref-dd code REF-27)</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Charity Santos (official) Female, DoB: 2001-08-15 ( http://doh.gov.ph/fhir/ph-core/NamingSystem/philsys-id-ns#1234-5678901-2)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://doh.gov.ph/fhir/ph-core/NamingSystem/philhealth-id-ns</code>/12-345678901-2</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+63-917-123-4567\">+63-917-123-4567</a></li><li>456 Rizal Street Barangay Malusog Quezon City 1100 PH (home)</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://doh.gov.ph/fhir/ph-core/NamingSystem/philsys-id-ns",
      "value" : "1234-5678901-2"
    },
    {
      "system" : "http://doh.gov.ph/fhir/ph-core/NamingSystem/philhealth-id-ns",
      "value" : "12-345678901-2"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Santos",
      "given" : [
        "Charity"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+63-917-123-4567",
      "use" : "mobile"
    }
  ],
  "gender" : "female",
  "birthDate" : "2001-08-15",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "456 Rizal Street",
        "Barangay Malusog"
      ],
      "city" : "Quezon City",
      "district" : "NCR",
      "postalCode" : "1100",
      "country" : "PH"
    }
  ]
}