HIV Case Reporting and Monitoring
0.2.0 - CI Build

HIV Case Reporting and Monitoring - Local Development build (v0.2.0). See the Directory of published versions

: Example CarePlan - ARVTreatmentExample1 - JSON Representation

Raw json | Download


{
  "resourceType" : "CarePlan",
  "id" : "ARVTreatmentExample1",
  "meta" : {
    "profile" : [
      "http://openhie.org/fhir/hiv-casereporting/StructureDefinition/hiv-arv-treatment"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CarePlan</b><a name=\"ARVTreatmentExample1\"> </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 CarePlan \"ARVTreatmentExample1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hiv-arv-treatment.html\">ARVCarePlan</a></p></div><p><b>ART Status</b>: IIT <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#IIT)</span></p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>subject</b>: <a href=\"Patient-HIVPatientExample.html\">Patient/HIVPatientExample</a> \" SMITH\"</p><p><b>period</b>: 2021-05-20 --&gt; (ongoing)</p><blockquote><p><b>activity</b></p><p><b>outcomeCodeableConcept</b>: Refused <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (openconceptlab.org#162572)</span></p><h3>Details</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Kind</b></td><td><b>Code</b></td><td><b>Status</b></td><td><b>Scheduled[x]</b></td><td><b>Product[x]</b></td></tr><tr><td>*</td><td></td><td>MedicationRequest</td><td>HIV ART medication <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#45260-7)</span></td><td>stopped</td><td>?? --&gt; 2021-05-22</td><td>TDF/3TC/DTG <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#TDF/3TC/DTG)</span></td></tr></table></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://openhie.org/fhir/hiv-casereporting/StructureDefinition/art-status",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "code" : "IIT"
          }
        ]
      }
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "subject" : {
    "reference" : "Patient/HIVPatientExample"
  },
  "period" : {
    "start" : "2021-05-20"
  },
  "activity" : [
    {
      "outcomeCodeableConcept" : [
        {
          "coding" : [
            {
              "system" : "https://openconceptlab.org",
              "code" : "162572",
              "display" : "Refused"
            }
          ]
        }
      ],
      "detail" : {
        "extension" : [
          {
            "url" : "http://openhie.org/fhir/hiv-casereporting/StructureDefinition/art-regimen-line",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "code" : "FIRST-LINE"
                }
              ]
            }
          }
        ],
        "kind" : "MedicationRequest",
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "45260-7",
              "display" : "HIV ART medication"
            }
          ]
        },
        "status" : "stopped",
        "scheduledPeriod" : {
          "end" : "2021-05-22"
        },
        "productCodeableConcept" : {
          "coding" : [
            {
              "code" : "TDF/3TC/DTG"
            }
          ]
        }
      }
    }
  ]
}