Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services
1.0.0 - ci-build Ethiopia flag

Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services, 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/ethiopia-hiv/ and changes regularly. See the Directory of published versions

: Encounter - Referencing a General Patient (With Service Type) - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "GeneralEncounterWithServiceTypeExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.et/fhir/hiv/StructureDefinition/target-facility-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter GeneralEncounterWithServiceTypeExample</b></p><a name=\"GeneralEncounterWithServiceTypeExample\"> </a><a name=\"hcGeneralEncounterWithServiceTypeExample\"> </a><a name=\"GeneralEncounterWithServiceTypeExample-en-US\"> </a><p><b>identifier</b>: <code>http://moh.gov.et/fhir/hiv/identifier/encounter</code>/001</p><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>type</b>: <span title=\"Codes:{http://snomed.info/sct 390906007}\">Follow-up encounter</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://moh.gov.et/fhir/hiv/CodeSystem/encounter-service-type-code-system arv-therapy}\">ARV Therapy</span></p><p><b>subject</b>: <a href=\"Patient-GeneralPatientExample.html\">Mark Adams  Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)</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>"
  },
  "identifier" : [
    {
      "system" : "http://moh.gov.et/fhir/hiv/identifier/encounter",
      "value" : "001"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "OBSENC"
  },
  "type" : [
    {
      "extension" : [
        {
          "url" : "http://moh.gov.et/fhir/hiv/StructureDefinition/encounter-visit-type",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://moh.gov.et/fhir/hiv/CodeSystem/encounter-visit-type-code-system",
                "code" : "unscheduled"
              }
            ]
          }
        }
      ],
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "390906007"
        }
      ],
      "text" : "Follow-up encounter"
    }
  ],
  "serviceType" : {
    "coding" : [
      {
        "system" : "http://moh.gov.et/fhir/hiv/CodeSystem/encounter-service-type-code-system",
        "code" : "arv-therapy"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/GeneralPatientExample"
  },
  "period" : {
    "start" : "2012-12-09",
    "end" : "2012-12-09"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/CurrentServiceProviderExample"
  }
}