FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-hcs-MedicationRequest.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest hcs-MedicationRequest
Profile: HCS Medication Request
status: Entered in Error
intent: Order
medication: Amoxicillin-containing product
subject: Dominique
authoredOn: 2015-11-01
requester: Dr. Smith
note:
Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin
{
"resourceType": "MedicationRequest",
"id": "hcs-MedicationRequest",
"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",
"display": "Dominique"
},
"encounter": {
"reference": "Encounter/encounter-ambulatory"
},
"authoredOn": "2015-11-01",
"requester": {
"reference": "Practitioner/practitioner-1",
"display": "Dr. Smith"
},
"note": [
{
"text": "Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin"
}
]
}