Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services
1.0.1 - 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.1 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

: List - History of Presenting Symptoms - JSON Representation

Raw json | Download

{
  "resourceType" : "List",
  "id" : "PresentingSymptomsListExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.et/fhir/hiv/StructureDefinition/presenting-symptoms-history"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List PresentingSymptomsListExample</b></p><a name=\"PresentingSymptomsListExample\"> </a><a name=\"hcPresentingSymptomsListExample\"> </a><a name=\"PresentingSymptomsListExample-en-US\"> </a><h2>History of Presenting Symptoms</h2><table class=\"clstu\"><tr><td>Date: 2024-03-20 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: History of Symptoms and diseases </td></tr><tr><td>Subject: <a href=\"Patient-GeneralPatientExample.html\">Mark Adams  Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)</a>Encounter: <a href=\"Encounter-GeneralEncounterExample.html\">Encounter: identifier = http://moh.gov.et/fhir/hiv/identifier/encounter#001; status = finished; class = observation encounter (ActCode#OBSENC); type = Follow-up encounter (procedure); period = 2012-12-09 --&gt; 2012-12-09</a>Source: <a href=\"Encounter-GeneralEncounterExample.html\">Encounter: identifier = http://moh.gov.et/fhir/hiv/identifier/encounter#001; status = finished; class = observation encounter (ActCode#OBSENC); type = Follow-up encounter (procedure); period = 2012-12-09 --&gt; 2012-12-09</a></td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Observation-PresentingFeverSymptomExample.html\">Observation Presenting problem</a></td></tr><tr><td><a href=\"Observation-PresentingNauseaSymptomExample.html\">Observation Presenting problem</a></td></tr></table></div>"
  },
  "status" : "current",
  "mode" : "working",
  "title" : "History of Presenting Symptoms",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "29547-7"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/GeneralPatientExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/GeneralEncounterExample"
  },
  "date" : "2024-03-20",
  "source" : {
    🔗 "reference" : "Practitioner/GeneralPractitionerExample"
  },
  "entry" : [
    {
      "item" : {
        🔗 "reference" : "Observation/PresentingFeverSymptomExample"
      }
    },
    {
      "item" : {
        🔗 "reference" : "Observation/PresentingNauseaSymptomExample"
      }
    }
  ]
}