Botswana FHIR Implementation Guide - Laboratory
1.0.0 - STU1 Botswana flag

Botswana FHIR Implementation Guide - Laboratory, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/bw-laboratory-workflows-ig/ and changes regularly. See the Directory of published versions

: Encounter - Initiated By The PIMS Facility Providing the Service - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "PimsGeneralEncounterExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.bw.org/StructureDefinition/uat-target-facility-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PimsGeneralEncounterExample</b></p><a name=\"PimsGeneralEncounterExample\"> </a><a name=\"hcPimsGeneralEncounterExample\"> </a><a name=\"PimsGeneralEncounterExample-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-OBSENC\">ActCode</a> OBSENC: observation encounter</p><p><b>subject</b>: <a href=\"Patient-PimsGeneralPatientExample.html\">Mark Adams  Male, DoB: 2000-11-11 ( http://moh.bw.org/ext/identifier/pims#pims id)</a></p><p><b>period</b>: 2012-12-09 --&gt; 2012-12-09</p><p><b>serviceProvider</b>: <a href=\"Organization-CurrentServiceProviderExample.html\">Organization Meshwalkiya Health Center</a></p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "OBSENC"
  },
  "subject" : {
    🔗 "reference" : "Patient/PimsGeneralPatientExample"
  },
  "period" : {
    "start" : "2012-12-09",
    "end" : "2012-12-09"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/CurrentServiceProviderExample"
  }
}