FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-FluconazoleMedicationStatementExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement FluconazoleMedicationStatementExample
status: Active
medication: Medication Fluconazole [Susceptibility]
subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
effective: 2018-05-12 --> 2018-08-13
reasonReference: Observation Fluconazole [Susceptibility]
{
"resourceType": "MedicationStatement",
"id": "FluconazoleMedicationStatementExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/oi-medication-statement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationReference": {
"reference": "Medication/FluconazoleMedicationExample"
},
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"context": {
"reference": "Encounter/GeneralEncounterExample"
},
"effectivePeriod": {
"start": "2018-05-12",
"end": "2018-08-13"
},
"reasonReference": [
{
"reference": "Observation/FluconazolePreventiveTherapyStartedExample"
}
]
}