FHIR IG analytics| Package | smart.who.int.hiv |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-ExampleHivOnArt.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement ExampleHivOnArt
Profile: On ART Medication Statement
status: Active
medication: ABC + 3TC + ATV/r
subject: Anonymous Patient Male, DoB: 1980-01-01
effective: 2022-01-17 12:00:00+0000
reasonCode: On ART
{
"resourceType": "MedicationStatement",
"id": "ExampleHivOnArt",
"meta": {
"profile": [
"http://smart.who.int/hiv/StructureDefinition/HivOnArt"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"code": "HIV.D.DE91"
}
]
},
"subject": {
"reference": "Patient/ExampleHivPatient"
},
"effectiveDateTime": "2022-01-17T12:00:00Z",
"reasonCode": [
{
"coding": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"code": "HIV.D.DE38"
}
]
}
]
}