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
{
"resourceType" : "PractitionerRole",
"id" : "practitionerrole-jane-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-jane-ex</b></p><a name=\"practitionerrole-jane-ex\"> </a><a name=\"hcpractitionerrole-jane-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-anc-contact-transaction-ex.html#urn-uuid-4e8f6b0c-5a7d-6c3e-1b0f-9d8a7f6e5d4c\">Practitioner Jane Dela Cruz </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 nurse}\">Nurse</span></p></div>"
},
"practitioner" : {
"reference" : "urn:uuid:4e8f6b0c-5a7d-6c3e-1b0f-9d8a7f6e5d4c"
},
"organization" : {
"reference" : "urn:uuid:7c9e6679-7425-40de-944b-e07fc1f90ae7"
},
"code" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code" : "nurse",
"display" : "Nurse"
}
],
"text" : "Nurse"
}
]
}