SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: ExampleSGHIPractitioner - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "ExampleSGHIPractitioner",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ExampleSGHIPractitioner</b></p><a name=\"ExampleSGHIPractitioner\"> </a><a name=\"hcExampleSGHIPractitioner\"> </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-sghi-practitioner.html\">SGHI Practitioner</a></p></div><p><b>identifier</b>: Medical Record Number/12345</p><p><b>active</b>: true</p><p><b>name</b>: James Pond(Official)</p><p><b>telecom</b>: <a href=\"tel:+254-722-123456\">+254-722-123456</a></p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1990-07-15</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>Medical Record Number/Q-12345</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 NP}\">Nurse Practitioner</span></td><td>2010-07-15 --&gt; 2030-07-15</td><td><a href=\"Organization-ExampleSGHIOrganization.html\">Organization SGHI Healthcare Organization</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ]
      },
      "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value" : "12345",
      "assigner" : {
        🔗 "reference" : "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "James Pond",
      "family" : "Pond",
      "given" : [
        "James"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+254-722-123456"
    }
  ],
  "gender" : "male",
  "birthDate" : "1990-07-15",
  "qualification" : [
    {
      "identifier" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code" : "MR",
                "display" : "Medical Record Number"
              }
            ]
          },
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
          "value" : "Q-12345",
          "assigner" : {
            🔗 "reference" : "Organization/ExampleSGHIOrganization"
          }
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code" : "NP",
            "display" : "Nurse Practitioner"
          }
        ]
      },
      "period" : {
        "start" : "2010-07-15",
        "end" : "2030-07-15"
      },
      "issuer" : {
        🔗 "reference" : "Organization/ExampleSGHIOrganization"
      }
    }
  ]
}