0.1.0 - ci-build

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

: Example Practitioner - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "PractitionerExample",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PractitionerExample</b></p><a name=\"PractitionerExample\"> </a><a name=\"hcPractitionerExample\"> </a><a name=\"PractitionerExample-en-US\"> </a><p><b>Professional Cadre</b>: <span title=\"Codes:\">general-practitioner</span></p><p><b>Practitioner Specialty</b>: <span title=\"Codes:\">internal-medicine</span></p><p><b>identifier</b>: <code>http://example.org/fhir/systems/practitioner-identifier</code>/123456</p><p><b>name</b>: John Doe </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1970-01-01</p><blockquote><p><b>qualification</b></p><p><b>Qualification type</b>: licence</p><p><b>Qulaification Institution</b>: HarvardMedicalSchool&quot;</p><p><b>Qualification</b>: Doctor of Medicine</p><p><b>Operational Status</b>: active</p><p><b>Board Registration Number</b>: BRN12345</p><p><b>License Renewal Duration</b>: annual</p><p><b>Current License Number</b>: PLN12345</p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360|2.7 MD}\">Doctor of Medicine</span></p><p><b>period</b>: 2000-01-01 --&gt; 2025-01-01</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://shr.tiberbuapps.com/fhir/StructureDefinition/professional-cadre",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "code" : "general-practitioner"
          }
        ]
      }
    },
    {
      "url" : "https://shr.tiberbuapps.com/fhir/StructureDefinition/specialty",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "code" : "internal-medicine"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://example.org/fhir/systems/practitioner-identifier",
      "value" : "123456"
    }
  ],
  "name" : [
    {
      "family" : "Doe",
      "given" : [
        "John"
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1970-01-01",
  "qualification" : [
    {
      "extension" : [
        {
          "url" : "https://shr.tiberbuapps.com/fhir/StructureDefinition/qualification-type",
          "valueCode" : "licence"
        },
        {
          "url" : "https://shr.tiberbuapps.com/fhir/StructureDefinition/qualification-institution",
          "valueCode" : "HarvardMedicalSchool\""
        },
        {
          "url" : "https://shr.tiberbuapps.com/fhir/StructureDefinition/qualification",
          "valueString" : "Doctor of Medicine"
        },
        {
          "url" : "https://shr.tiberbuapps.com/fhir/StructureDefinition/operational-status",
          "valueCode" : "active"
        },
        {
          "url" : "https://shr.tiberbuapps.com/fhir/StructureDefinition/board-registration-number",
          "valueString" : "BRN12345"
        },
        {
          "url" : "https://shr.tiberbuapps.com/fhir/StructureDefinition/license-renewal-duration",
          "valueCode" : "annual"
        },
        {
          "url" : "https://shr.tiberbuapps.com/fhir/StructureDefinition/practitioner-license-number",
          "valueString" : "PLN12345"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360|2.7",
            "code" : "MD"
          }
        ]
      },
      "period" : {
        "start" : "2000-01-01",
        "end" : "2025-01-01"
      }
    }
  ]
}