FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting.r4b
Resource TypeMedicationRequest
IdMedicationRequest-hcs-MedicationRequestone-example.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationRequest hcs-MedicationRequestone-example

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, ))

encounter: Encounter: status = finished; class = ambulatory (ActCode[3.0.0]#AMB); type = Normal delivery procedure (procedure); period = 2025-11-01 17:00:14-0500 --> 2025-11-01 18:00:14-0500

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


Source1

{
  "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"
    }
  ]
}