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

FHIR IG analytics

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

status: Active

intent: Order

category: Cotrimoxazole Preventive Therapy

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

Activities

-ExtensionReference
*MedicationRequest: identifier = http://moh.gov.et/fhir/hiv/identifier/medication#prescription-12345; status = completed; intent = order; medication[x] = ->Medication Trimethoprim+Sulfamethoxazole [Susceptibility]; authoredOn = 2023-10-11 17:21:33-0800

Source1

{
  "resourceType": "CarePlan",
  "id": "CotrimoxazolePreventiveTherapyCareplanWithAdherenceExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/cotrimoxazole-preventive-therapy-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": "cotrimoxazole-care-plan"
        }
      ],
      "text": "Cotrimoxazole Preventive Therapy"
    }
  ],
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "created": "2024-03-20",
  "activity": [
    {
      "extension": [
        {
          "url": "http://moh.gov.et/fhir/hiv/StructureDefinition/cotrimoxazole-adherence",
          "valueReference": {
            "reference": "Observation/CotrimoxazolePreventiveTherapyGoodAdherenceExample"
          }
        }
      ],
      "reference": {
        "reference": "MedicationRequest/CotrimoxazolePreventiveTherapyMedicationRequestExample"
      }
    }
  ]
}