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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeMedicationDispense
IdUKCore-MedicationDispense-EyeDrops-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationDispense",
  "id": "UKCore-MedicationDispense-EyeDrops-Example",
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "5c92c1dc-06a9-4729-b8c9-222cf769f8dc"
    }
  ],
  "status": "in-progress",
  "medicationReference": {
    "reference": "Medication/UKCore-Medication-TimoptolEyeDrops-Example"
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example"
    }
  ],
  "quantity": {
    "value": 30,
    "unit": "milliliter",
    "system": "http://unitsofmeasure.org",
    "code": "mL"
  },
  "daysSupply": {
    "value": 30,
    "unit": "Day",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "whenPrepared": "2020-01-15T15:00:00+00:00",
  "receiver": [
    {
      "reference": "Patient/UKCore-Patient-RichardSmith-Example"
    }
  ],
  "dosageInstruction": [
    {
      "text": "1 drop in each affected eye twice daily, approximately 12 hours apart.",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 12,
          "periodUnit": "h"
        }
      },
      "site": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "362508001",
            "display": "Both eyes, entire"
          }
        ]
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "58831000052108",
            "display": "Subretinal route"
          }
        ]
      },
      "method": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "421984009",
            "display": "Until finished"
          }
        ]
      }
    }
  ]
}