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

: List - History of Past Medication - JSON Representation

Raw json | Download


{
  "resourceType" : "List",
  "id" : "MedicationHistoryExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.et/fhir/hiv/StructureDefinition/medication-history"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List MedicationHistoryExample</b></p><a name=\"MedicationHistoryExample\"> </a><a name=\"hcMedicationHistoryExample\"> </a><a name=\"MedicationHistoryExample-en-US\"> </a><h2>Medication History</h2><table class=\"clstu\"><tr><td>Date: 2024-03-20 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: History of Medication use </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><td>Flag</td></tr><tr><td><a href=\"MedicationStatement-PastStoppedCotrimoxazoleMedicationStatementExample.html\">MedicationStatement: status = stopped; medication[x] = -&gt;Medication Trimethoprim+Sulfamethoxazole [Susceptibility]; effective[x] = 2018-05-12 --&gt; 2018-08-13</a></td><td>Trimethoprim+Sulfamethoxazole [Susceptibility]</td></tr><tr><td><a href=\"MedicationStatement-PastCompletedTPTMedicationStatementExample.html\">MedicationStatement: status = completed; medication[x] = -&gt;Medication Isoniazid [Susceptibility]; effective[x] = 2018-05-12 --&gt; 2018-08-13</a></td><td>Isoniazid [Susceptibility]</td></tr><tr><td><a href=\"Observation-HIVTreatmentPriorToEnrollmentExample.html\">Observation HIV treatment prior to enrollment</a></td><td>HIV Antiretroviral therapy Antiretroviral therapy status section</td></tr><tr><td><a href=\"MedicationStatement-PastInitiatedArvTreatmentAndStillActiveExample.html\">MedicationStatement: status = active; medication[x] = -&gt;Medication TDF + 3TC + DTG; effective[x] = 2009-11-24 --&gt; 2018-08-13</a></td><td>HIV Antiretroviral therapy Antiretroviral therapy status section</td></tr><tr><td><a href=\"Observation-CurrentHIVTreatmentTherapyDurationExample.html\">Observation Current HIV treatment therapy duration</a></td><td>HIV Antiretroviral therapy Antiretroviral therapy status section</td></tr></table></div>"
  },
  "status" : "current",
  "mode" : "working",
  "title" : "Medication History",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8677-7"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/GeneralPatientExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/GeneralEncounterExample"
  },
  "date" : "2024-03-20",
  "source" : {
    🔗 "reference" : "Practitioner/GeneralPractitionerExample"
  },
  "entry" : [
    {
      "flag" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "18998-5"
          }
        ]
      },
      "item" : {
        🔗 "reference" : "MedicationStatement/PastStoppedCotrimoxazoleMedicationStatementExample"
      }
    },
    {
      "flag" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "18934-0"
          }
        ]
      },
      "item" : {
        🔗 "reference" : "MedicationStatement/PastCompletedTPTMedicationStatementExample"
      }
    },
    {
      "flag" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "47248-0"
          }
        ]
      },
      "item" : {
        🔗 "reference" : "Observation/HIVTreatmentPriorToEnrollmentExample"
      }
    },
    {
      "flag" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "47248-0"
          }
        ]
      },
      "item" : {
        🔗 "reference" : "MedicationStatement/PastInitiatedArvTreatmentAndStillActiveExample"
      }
    },
    {
      "flag" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "47248-0"
          }
        ]
      },
      "item" : {
        🔗 "reference" : "Observation/CurrentHIVTreatmentTherapyDurationExample"
      }
    }
  ]
}