Kenya eClaims FHIR IG
0.1.0 - ci-build Kenya flag

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

: Encounter - eClaims Encounter - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "566d4b06-1213-41a1-9ea9-213212ea9512",
  "meta" : {
    "profile" : [
      🔗 "https://example.com/fhir/StructureDefinition/eclaims-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter 566d4b06-1213-41a1-9ea9-213212ea9512</b></p><a name=\"566d4b06-1213-41a1-9ea9-213212ea9512\"> </a><a name=\"hc566d4b06-1213-41a1-9ea9-213212ea9512\"> </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-eclaims-encounter.html\">Encounter Profile</a></p></div><p><b>identifier</b>: <code>https://shr.dha.go.ke/fhir/encounter</code>/566d4b06-1213-41a1-9ea9-213212ea9512\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-OP\">ActCode: OP</a> (outpatient encounter)</p><p><b>type</b>: <span title=\"Codes:{http://nhts.dha.go.ke/fhir/ValueSet/encounter-types 367336001}\">Chemotherapy</span></p><p><b>priority</b>: <span title=\"Codes:{http://snomed.info/sct 103391001}\">Urgent</span></p><p><b>subject</b>: <a href=\"Patient/CR6164711105276-6\">Patient/CR6164711105276-6</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner/PUID-0001662-7\">Practitioner/PUID-0001662-7</a></td></tr></table><p><b>period</b>: 2015-01-17 16:00:00+1000 --&gt; 2015-01-17 16:30:00+1000</p><p><b>serviceProvider</b>: <a href=\"Organization/FID-47-118374-5\">Organization/FID-47-118374-5</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://shr.dha.go.ke/fhir/encounter",
      "value" : "566d4b06-1213-41a1-9ea9-213212ea9512"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "OP",
    "display" : "outpatient encounter"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://nhts.dha.go.ke/fhir/ValueSet/encounter-types",
          "code" : "367336001",
          "display" : "Chemotherapy"
        }
      ]
    }
  ],
  "priority" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "103391001",
        "display" : "Urgent"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/CR6164711105276-6",
    "identifier" : {
      "use" : "official",
      "system" : "https://hie.dha.go.ke/client-registry",
      "value" : "CR6164711105276-6"
    }
  },
  "participant" : [
    {
      "individual" : {
        "reference" : "Practitioner/PUID-0001662-7",
        "type" : "Practitioner",
        "identifier" : {
          "use" : "official",
          "system" : "https://hie.dha.go.ke/health-worker-registry",
          "value" : "PUID-0001662-7"
        }
      }
    }
  ],
  "period" : {
    "start" : "2015-01-17T16:00:00+10:00",
    "end" : "2015-01-17T16:30:00+10:00"
  },
  "serviceProvider" : {
    "reference" : "Organization/FID-47-118374-5",
    "type" : "Organization",
    "identifier" : {
      "use" : "official",
      "system" : "https://hie.dha.go.ke/health-facility-registry",
      "value" : "FID-47-118374-5"
    }
  }
}