FHIR IG analytics| Package | smart.who.int.hiv |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-ExampleCurrentPrepRegimenPrescription.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest ExampleCurrentPrepRegimenPrescription
Profile: Current PrEP Regimen Prescription
status: Completed
intent: Order
medication: TDF
subject: Anonymous Patient Male, DoB: 1980-01-01
authoredOn: 2023-01-06 10:00:00+0000
{
"resourceType": "MedicationRequest",
"id": "ExampleCurrentPrepRegimenPrescription",
"meta": {
"profile": [
"http://smart.who.int/hiv/StructureDefinition/HivCurrentPrepRegimenPrescription"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"code": "HIV.C.DE19",
"display": "TDF"
}
]
},
"subject": {
"reference": "Patient/ExampleHivPatient"
},
"authoredOn": "2023-01-06T10:00:00Z"
}