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

: PractitionerRole — Clerk Abraham - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "practitionerrole-abraham-ex",
  "meta" : {
    "tag" : [
      {
        "system" : "https://example.com/peref-dd",
        "code" : "REF-1",
        "display" : "REF-1"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole practitionerrole-abraham-ex</b></p><a name=\"practitionerrole-abraham-ex\"> </a><a name=\"hcpractitionerrole-abraham-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\">Tag: REF-1 (Details: peref-dd code REF-1)</p></div><p><b>practitioner</b>: <a href=\"Bundle-registration-transaction-ex.html#urn-uuid-2c6d4f8a-3e5b-4a1c-9f8d-7b6e5d4c3a2b\">Practitioner Abraham Reyes </a></p><p><b>organization</b>: <a href=\"Bundle-registration-transaction-ex.html#urn-uuid-7c9e6679-7425-40de-944b-e07fc1f90ae7\">Organization Barangay Malusog Health Centre</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role clerk}\">Registration Clerk</span></p></div>"
  },
  "practitioner" : {
    "reference" : "urn:uuid:2c6d4f8a-3e5b-4a1c-9f8d-7b6e5d4c3a2b"
  },
  "organization" : {
    "reference" : "urn:uuid:7c9e6679-7425-40de-944b-e07fc1f90ae7"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code" : "clerk",
          "display" : "Clerk"
        }
      ],
      "text" : "Registration Clerk"
    }
  ]
}