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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeMedicationDispense
IdUKCore-MedicationDispense-Amoxicillin-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 the despensing of Amoxicillin when prescribing multiple routes

Source1

{
  "resourceType": "MedicationDispense",
  "id": "UKCore-MedicationDispense-Amoxicillin-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category",
        "code": "inpatient",
        "display": "Inpatient"
      }
    ]
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://dmd.nhs.uk",
        "code": "22608811000001102",
        "display": "Amoxicillin 500mg capsules (DE Pharmaceuticals)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "supportingInformation": [
    {
      "reference": "RequestGroup/UKCore-RequestGroup-MultipleAnitibiotics-Example"
    }
  ],
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "UKCore-MedicationRequest-Amoxicillin-Example"
    }
  ],
  "quantity": {
    "value": 21,
    "unit": "capsule",
    "system": "http://snomed.info/sct",
    "code": "732937005"
  },
  "daysSupply": {
    "value": 7,
    "unit": "Day",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "whenPrepared": "2023-06-15T18:00:00+00:00",
  "receiver": [
    {
      "reference": "Patient/UKCore-Patient-RichardSmith-Example"
    }
  ],
  "dosageInstruction": [
    {
      "text": "Take 1 capsule, 3 times a day.",
      "additionalInstruction": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "890458001",
              "display": "Penicillin-containing product"
            }
          ]
        }
      ],
      "timing": {
        "repeat": {
          "frequency": 3,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral"
          }
        ]
      }
    }
  ]
}