Kenya-ePrescription-IG
0.1.0 - ci-build

Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Kenya ePrescription Practitioner - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "example-kenya-eprescription-practitioner",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/kenya-eprescription-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner example-kenya-eprescription-practitioner</b></p><a name=\"example-kenya-eprescription-practitioner\"> </a><a name=\"hcexample-kenya-eprescription-practitioner\"> </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=\"StructureDefinition-kenya-eprescription-practitioner.html\">Practitioner - ePrescription</a></p></div><p><b>identifier</b>: <code>http://moh.health.go.ke/practitioner-license</code>/MOH-PRAC-78945, <code>http://kenyamedicalboard.or.ke/registry</code>/KMPDC-2025-1234</p><p><b>name</b>: Peter Kamau Mwangi (Official)</p><p><b>telecom</b>: <a href=\"tel:+254-722-987654\">+254-722-987654</a></p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><code>http://moh.health.go.ke/qualification</code>/QUAL-12345</td><td><span title=\"Codes:\">Bachelor of Medicine and Bachelor of Surgery (MBChB)</span></td><td>2010-01-01 --&gt; (ongoing)</td><td>University of Nairobi</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://moh.health.go.ke/practitioner-license",
      "value" : "MOH-PRAC-78945"
    },
    {
      "system" : "http://kenyamedicalboard.or.ke/registry",
      "value" : "KMPDC-2025-1234"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Mwangi",
      "given" : [
        "Peter Kamau"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+254-722-987654",
      "use" : "work"
    }
  ],
  "qualification" : [
    {
      "identifier" : [
        {
          "system" : "http://moh.health.go.ke/qualification",
          "value" : "QUAL-12345"
        }
      ],
      "code" : {
        "text" : "Bachelor of Medicine and Bachelor of Surgery (MBChB)"
      },
      "period" : {
        "start" : "2010-01-01"
      },
      "issuer" : {
        "display" : "University of Nairobi"
      }
    }
  ]
}