openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Roberts-Jeb-EO - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "Roberts-Jeb-EO",
  "meta" : {
    "profile" : [
      "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-enrolment-officer-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"Roberts-Jeb-EO\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-enrolment-officer-practitioner.html\">openIMIS Enrolment Officer Practitioner</a></p></div><p><b>identifier</b>: Unique code: E00001, UUID unique identifier: e5256c97-8b06-4c8e-96db-d8294b4619a8</p><p><b>name</b>: Jeb Roberts (OFFICIAL)</p><p><b>birthDate</b>: 1980-01-15</p><h3>Qualifications</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Enrolment Officer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-practitioner-qualification-type.html\">Qualification Type (Practitioner)</a>#EO)</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers",
            "code" : "Code"
          }
        ]
      },
      "value" : "E00001"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers",
            "code" : "UUID"
          }
        ]
      },
      "value" : "e5256c97-8b06-4c8e-96db-d8294b4619a8"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Roberts",
      "given" : [
        "Jeb"
      ]
    }
  ],
  "birthDate" : "1980-01-15",
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/practitioner-qualification-type",
            "code" : "EO",
            "display" : "Enrolment Officer"
          }
        ]
      }
    }
  ]
}