HL7 FHIR® UK Core
4.0.0 - CI Build

HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions

MedicationDispense-UKCore-MedicationDispense-Example - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "MedicationDispense",
  "id" : "UKCore-MedicationDispense-Example",
  "meta" : {
    "profile" : [
      "https://fhir.nhs.uk/R4/StructureDefinition/UKCore-MedicationDispense"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: UKCore-MedicationDispense-Example</p><p><b>meta</b>: </p><p><b>identifier</b>: 5c92c1dc-06a9-4729-b8c9-222cf769f8dc</p><p><b>status</b>: in-progress</p><p><b>medication</b>: <a href=\"MedicationDispense-UKCore-MedicationDispense-Example.html\">Generated Summary: id: UKCore-Medication-Example; <span title=\"Codes: {http://hl7.org/fhir/sid/ndc 2501-813-16}\">Timoptic 5mg/ml solution</span>; <span title=\"Codes: {http://snomed.info/sct 75359005}\">Opthalmic Solution (qualifier value)</span></a></p><p><b>subject</b>: <a href=\"MedicationDispense-UKCore-MedicationDispense-Example.html\">Generated Summary: id: UKCore-Patient-Example; 9912003888; Richard SMITH (OFFICIAL); ph: 01131231234; gender: male; birthDate: 1970-09-11</a></p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"MedicationDispense-UKCore-MedicationDispense-Example.html\">Generated Summary: id: UKCore-Practitioner-Example; G12345678; Paul Rastall ; ph: 0113 6323200(WORK); gender: male</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest/UKCore-MedicationRequest-Example\">MedicationRequest/UKCore-MedicationRequest-Example</a></p><p><b>quantity</b>: 30 ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code ml = 'ml')</span></p><p><b>daysSupply</b>: 30 Day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code d = 'd')</span></p><p><b>whenPrepared</b>: 15 Jan 2020, 15:00:00</p><p><b>receiver</b>: <a href=\"MedicationDispense-UKCore-MedicationDispense-Example.html\">Generated Summary: id: UKCore-Patient-Example; 9912003888; Richard SMITH (OFFICIAL); ph: 01131231234; gender: male; birthDate: 1970-09-11</a></p><p><b>dosageInstruction</b>: </p></div>"
  },
  "identifier" : [
    {
      "system" : "https://tools.ietf.org/html/rfc4122",
      "value" : "5c92c1dc-06a9-4729-b8c9-222cf769f8dc"
    }
  ],
  "status" : "in-progress",
  "medicationReference" : {
    "reference" : "Medication/UKCore-Medication-Example"
  },
  "subject" : {
    "reference" : "Patient/UKCore-Patient-Example"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "Practitioner/UKCore-Practitioner-Example"
      }
    }
  ],
  "authorizingPrescription" : [
    {
      "reference" : "MedicationRequest/UKCore-MedicationRequest-Example"
    }
  ],
  "quantity" : {
    "value" : 30,
    "unit" : "ml",
    "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-Example"
    }
  ],
  "dosageInstruction" : [
    {
      "text" : "1 drop in each affected eye twice daily, approximately 12 hours apart.",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 12,
          "periodUnit" : "h"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "54485002",
            "display" : "Ophthalmic"
          }
        ]
      }
    }
  ]
}