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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeMedicationRequest
IdUKCore-MedicationRequest-EyeDrops-Example.json
FHIR VersionR4

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

An example to illustrate a medication request for eye drops

Source1

{
  "resourceType": "MedicationRequest",
  "id": "UKCore-MedicationRequest-EyeDrops-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "outpatient",
          "display": "Outpatient"
        }
      ]
    }
  ],
  "medicationReference": {
    "reference": "Medication/UKCore-Medication-TimoptolEyeDrops-Example"
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "authoredOn": "2022-09-10T15:00:00.000Z",
  "requester": {
    "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
  },
  "courseOfTherapyType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
        "code": "acute",
        "display": "Short course (acute) therapy"
      }
    ]
  },
  "dosageInstruction": [
    {
      "text": "1 drop in left eye, every 12 hours, until finished.",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 12,
          "periodUnit": "h"
        }
      },
      "site": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "8966001",
            "display": "Left eye structure"
          }
        ]
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "58831000052108",
            "display": "Subretinal route"
          }
        ]
      },
      "method": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "421984009",
            "display": "Until finished"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 1,
            "unit": "drop",
            "system": "http://unitsofmeasure.org",
            "code": "[drp]"
          }
        }
      ]
    }
  ],
  "substitution": {
    "allowedBoolean": true
  }
}