FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeCarePlan
IdCarePlan-ARTAliveOnARTFollowUpCareplanWithAdherenceExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CarePlan ARTAliveOnARTFollowUpCareplanWithAdherenceExample

status: Active

intent: Order

category: ART

subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)

encounter: 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 --> 2012-12-09

created: 2024-03-20

activity

Care Plan - Next Visit Date: 2024-03-20

ARV Adherence: Observation Medication compliance (observable entity)

reference: MedicationRequest: identifier = http://moh.gov.et/fhir/hiv/identifier/medication#prescription-12345; status = completed; intent = order; medication[x] = ->Medication TDF + 3TC + DTG; authoredOn = 2023-10-11 17:21:33-0800


Source1

{
  "resourceType": "CarePlan",
  "id": "ARTAliveOnARTFollowUpCareplanWithAdherenceExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/art-follow-up-careplan"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://moh.gov.et/fhir/hiv/CodeSystem/care-plan-category-code-system",
          "code": "art-follow-up-care-plan"
        }
      ],
      "text": "ART"
    }
  ],
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "created": "2024-03-20",
  "activity": [
    {
      "extension": [
        {
          "url": "http://moh.gov.et/fhir/hiv/StructureDefinition/care-plan-next-visit",
          "valueDateTime": "2024-03-20"
        },
        {
          "url": "http://moh.gov.et/fhir/hiv/StructureDefinition/arv-adherence",
          "valueReference": {
            "reference": "Observation/FairARVAdherenceExample"
          }
        }
      ],
      "reference": {
        "reference": "MedicationRequest/ARVMedicationRequestAliveOnARTExample"
      }
    }
  ]
}