FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting.r4b |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-hcs-MedicationRequestone-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest hcs-MedicationRequestone-example
Profile: HCS Medication Request
status: Entered in Error
intent: Order
medication: Amoxicillin-containing product
subject: Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))
authoredOn: 2025-11-01
requester: Practitioner Joseph P Nichols (official)
note:
Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin
{
"resourceType": "MedicationRequest",
"id": "hcs-MedicationRequestone-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "entered-in-error",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "27658006",
"display": "Amoxicillin-containing product"
}
]
},
"subject": {
"reference": "Patient/patient-ledner"
},
"encounter": {
"reference": "Encounter/encounter-ambulatory"
},
"authoredOn": "2025-11-01",
"requester": {
"reference": "Practitioner/practitioner-1"
},
"note": [
{
"text": "Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin"
}
]
}