HL7 FHIR Implementation Guide: Rwanda HIV
0.1.0 - STU1 International flag

HL7 FHIR Implementation Guide: Rwanda HIV, published by Jembi Health Systems. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/openhie/Rwanda-HIV and changes regularly. See the Directory of published versions

: ARV Regimen Medication Request - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "ARVRegimenMedicationRequestARVExample",
  "meta" : {
    "profile" : [
      "http://openhie.org/fhir/rwanda-hiv/StructureDefinition/arv-regimen-medication-request"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"ARVRegimenMedicationRequestARVExample\"> </a></p><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\">Resource MedicationRequest &quot;ARVRegimenMedicationRequestARVExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-arv-regimen-medication-request.html\">ARV Regimen Medication Request</a></p></div><p><b>status</b>: completed</p><p><b>intent</b>: order</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>ARV regimen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#427314002 &quot;Antiviral therapy&quot;)</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-HIVPatientExample.html\">Patient/HIVPatientExample</a> &quot; SMITH&quot;</p><p><b>encounter</b>: <a href=\"Encounter-TargetFacilityEncounterExample.html\">Encounter/TargetFacilityEncounterExample</a></p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Observation-ARTInitiatedExample.html\">Observation/ARTInitiatedExample</a></td></tr></table></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "medication" : {
    "concept" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "427314002",
          "display" : "Antiviral therapy"
        }
      ],
      "text" : "ARV regimen"
    }
  },
  "subject" : {
    "reference" : "Patient/HIVPatientExample"
  },
  "encounter" : {
    "reference" : "Encounter/TargetFacilityEncounterExample"
  },
  "reason" : [
    {
      "reference" : {
        "reference" : "Observation/ARTInitiatedExample"
      }
    }
  ]
}