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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeMedicationStatement
IdMedicationStatement-PastAndStillActiveCotrimoxazoleMedicationStatementExample.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": "MedicationStatement",
  "id": "PastAndStillActiveCotrimoxazoleMedicationStatementExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/oi-medication-statement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationReference": {
    "reference": "Medication/CotrimoxazoleMedicationExample"
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "context": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "effectivePeriod": {
    "start": "2018-05-12"
  }
}