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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeMedicationAdministration
IdUKCore-MedicationAdministration-TimoptolEyeDrops-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": "MedicationAdministration",
  "id": "UKCore-MedicationAdministration-TimoptolEyeDrops-Example",
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "e8779393-9b7c-4654-a8df-0ba4cc9b28ce"
    }
  ],
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/UKCore-Medication-TimoptolEyeDrops-Example"
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "effectiveDateTime": "2021-03-25T13:00:00+00:00",
  "request": {
    "reference": "MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example"
  },
  "dosage": {
    "text": "1 drop in each affected eye twice daily, approximately 12 hours apart.",
    "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"
        }
      ]
    },
    "dose": {
      "value": 30,
      "unit": "milliliter",
      "system": "http://unitsofmeasure.org",
      "code": "mL"
    }
  }
}