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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeMedicationRequest
IdMedicationRequest-CotrimoxazolePreventiveTherapyMedicationRequestExample.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: MedicationRequest CotrimoxazolePreventiveTherapyMedicationRequestExample

identifier: http://moh.gov.et/fhir/hiv/identifier/medication/prescription-12345

status: Completed

intent: Order

medication: Medication Trimethoprim+Sulfamethoxazole [Susceptibility]

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

authoredOn: 2023-10-11 17:21:33-0800

reasonReference: Observation Trimethoprim+Sulfamethoxazole [Susceptibility]

basedOn: CarePlan: status = active; intent = order; category = Cotrimoxazole Preventive Therapy Care Plan; created = 2024-03-20

DispenseRequests

-Quantity
*90 TAB (Details: Orderable Drug Form codeTAB = 'Tablet')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "CotrimoxazolePreventiveTherapyMedicationRequestExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/cotrimoxazole-preventive-therapy-medication-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://moh.gov.et/fhir/hiv/identifier/medication",
      "value": "prescription-12345"
    }
  ],
  "status": "completed",
  "intent": "order",
  "medicationReference": {
    "reference": "Medication/CotrimoxazoleMedicationExample"
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "authoredOn": "2023-10-11T17:21:33-08:00",
  "reasonReference": [
    {
      "reference": "Observation/CotrimoxazolePreventiveTherapyStartedExample"
    }
  ],
  "basedOn": [
    {
      "reference": "CarePlan/CotrimoxazolePreventiveTherapyCareplanWithAdherenceExample"
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 90,
      "unit": "TAB",
      "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code": "TAB"
    }
  }
}