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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeMedicationAdministration
IdMedicationAdministration-23c332eb-a0ec-4156-9eb3-3cb9e1bef58e.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": "MedicationAdministration",
  "id": "FluconazolePreventiveTherapyMedicationAdministrationExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/fluconazole-preventive-therapy-medication-administration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/FluconazoleMedicationExample"
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "context": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "effectivePeriod": {
    "start": "2012-12-09",
    "end": "2013-04-08"
  },
  "reasonReference": [
    {
      "reference": "Observation/FluconazolePreventiveTherapyStartedExample"
    }
  ]
}