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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeCarePlan
IdCarePlan-ARTAliveOnARTFollowUpCareplanExample.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


Source1

{
  "resourceType": "CarePlan",
  "id": "ARTAliveOnARTFollowUpCareplanExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/art-follow-up-careplan"
    ]
  },
  "text": {
    "status": "generated",
    "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"
        }
      ],
      "reference": {
        "reference": "MedicationRequest/ARVMedicationRequestAliveOnARTExample"
      }
    }
  ]
}