HL7 FHIR Implementation Guide: Rwanda HIV
0.1.0 - ci-build International flag

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

: ARV Treatment CarePlan - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "ARVTreatmentInitiatedExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.rw/fhir/StructureDefinition/hiv-arv-treatment"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan ARVTreatmentInitiatedExample</b></p><a name=\"ARVTreatmentInitiatedExample\"> </a><a name=\"hcARVTreatmentInitiatedExample\"> </a><a name=\"ARVTreatmentInitiatedExample-en-US\"> </a><p><b>identifier</b>: Unique ART number/UAN000123</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Patient-HIVPatientExample.html\">Jane Maria Smith (official) Female, DoB: 1990-12-12</a></p><p><b>encounter</b>: <a href=\"Encounter-TargetFacilityEncounterExample.html\">Encounter: status = completed; class = ambulatory; actualPeriod = 2022-12-01 --&gt; 2023-01-20</a></p><p><b>period</b>: 2022-12-01 --&gt; 2022-12-01</p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>PlannedActivityReference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"MedicationRequest-ARVRegimenMedicationRequestARVExample.html\">MedicationRequest: status = completed; intent = order</a></td></tr></table><p><b>note</b>: Some comments (By Organization/HIVOrganizationExample @2015-02-07 13:28:17-0500)</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PLAC",
            "display" : "Placer identifier"
          }
        ],
        "text" : "Unique ART number"
      },
      "system" : "http://moh.gov.rw/fhir/identifier/uan",
      "value" : "UAN000123"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "subject" : {
    🔗 "reference" : "Patient/HIVPatientExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/TargetFacilityEncounterExample"
  },
  "period" : {
    "start" : "2022-12-01",
    "end" : "2022-12-01"
  },
  "activity" : [
    {
      "plannedActivityReference" : {
        🔗 "reference" : "MedicationRequest/ARVRegimenMedicationRequestARVExample"
      }
    }
  ],
  "note" : [
    {
      "authorReference" : {
        🔗 "reference" : "Organization/HIVOrganizationExample"
      },
      "time" : "2015-02-07T13:28:17-05:00",
      "text" : "Some comments"
    }
  ]
}