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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeMedicationStatement
IdMedicationStatement-FollowUpArvTreatmentMedicationStatementExample.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": "FollowUpArvTreatmentMedicationStatementExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/arv-treatment-medication-statement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationReference": {
    "reference": "Medication/ARVMedicationExample"
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "context": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "effectivePeriod": {
    "start": "2009-11-24"
  },
  "reasonReference": [
    {
      "reference": "Observation/AliveOnArtARTFollowupStatusExample"
    }
  ]
}