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-MedicationRequest.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-MedicationRequest

status: Entered in Error

intent: Order

medication: Amoxicillin-containing product

subject: Dominique

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: 2015-11-01

requester: Dr. Smith

note:

Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin


Source1

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