HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-practitionerrole - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "example-practitionerrole",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2022-09-23T06:18:15.705+08:00",
    "source" : "http://provider.hie.moh.gov.my#mDknNZGKHwU9ZSrt",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/PractitionerRole-my-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole example-practitionerrole</b></p><a name=\"example-practitionerrole\"> </a><a name=\"hcexample-practitionerrole\"> </a><a name=\"example-practitionerrole-en-US\"> </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\">version: 5; Last updated: 2022-09-23 06:18:15+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#mDknNZGKHwU9ZSrt\">http://provider.hie.moh.gov.my#mDknNZGKHwU9ZSrt</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerRole-my-core.html\">PractitionerRole (MY Core)</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner/4152a326-2150-4475-80a1-af9a38e3a807\">SAIFULDAULAH BIN MOHD HAFIZ NGOO</a></p><p><b>organization</b>: <a href=\"Organization/MHNEXUS\">MHN</a></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/practitioner-role-code-my-core ITO}\">IT Officer</span></p><p><b>specialty</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core 105}\">General Emergency Medicine</span></p><p><b>location</b>: </p><ul><li><a href=\"Location/905614ed-a58e-4d91-8058-cb633055a39d\">BILIK RAWATAN 1</a></li><li><a href=\"Location/d935d30a-9273-4f21-a8d2-d49ede5e142b\">WARD A</a></li></ul><p><b>healthcareService</b>: </p><ul><li><a href=\"HealthcareService/1a8d7629-fdf7-43c5-9951-32ac96c9c5d4\">Non-communicable Disease</a></li><li><a href=\"HealthcareService/795d0d6c-4f92-4be8-bf06-78f00cd65c80\">General Family Medicine</a></li><li><a href=\"HealthcareService/b9402722-f0d0-4ccd-ae27-e610f1414c60\">General Medicine</a></li><li><a href=\"HealthcareService/90dc8fa7-0951-400d-bcbe-360d7c61ca09\">General Dental Public Health</a></li></ul><p><b>telecom</b>: <a href=\"mailto:saifuldaulah@mhn.asia\">saifuldaulah@mhn.asia</a></p></div>"
  },
  "active" : true,
  "practitioner" : {
    "reference" : "Practitioner/4152a326-2150-4475-80a1-af9a38e3a807",
    "identifier" : {
      "system" : "http://fhir.hie.moh.gov.my/sid/professional-no",
      "value" : "81751"
    },
    "display" : "SAIFULDAULAH BIN MOHD HAFIZ NGOO"
  },
  "organization" : {
    "reference" : "Organization/MHNEXUS",
    "display" : "MHN"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hie.moh.gov.my/CodeSystem/practitioner-role-code-my-core",
          "code" : "ITO",
          "display" : "IT Officer"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core",
          "code" : "105",
          "display" : "General Emergency Medicine"
        }
      ]
    }
  ],
  "location" : [
    {
      "reference" : "Location/905614ed-a58e-4d91-8058-cb633055a39d",
      "display" : "BILIK RAWATAN 1"
    },
    {
      "reference" : "Location/d935d30a-9273-4f21-a8d2-d49ede5e142b",
      "display" : "WARD A"
    }
  ],
  "healthcareService" : [
    {
      "reference" : "HealthcareService/1a8d7629-fdf7-43c5-9951-32ac96c9c5d4",
      "display" : "Non-communicable Disease"
    },
    {
      "reference" : "HealthcareService/795d0d6c-4f92-4be8-bf06-78f00cd65c80",
      "display" : "General Family Medicine"
    },
    {
      "reference" : "HealthcareService/b9402722-f0d0-4ccd-ae27-e610f1414c60",
      "display" : "General Medicine"
    },
    {
      "reference" : "HealthcareService/90dc8fa7-0951-400d-bcbe-360d7c61ca09",
      "display" : "General Dental Public Health"
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "saifuldaulah@mhn.asia",
      "use" : "work"
    }
  ]
}