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-CiprofloxacinOral-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 Ciprofloxacin orally when prescribing multiple routes

Source1

{
  "resourceType": "MedicationDispense",
  "id": "UKCore-MedicationDispense-CiprofloxacinOral-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": "18460411000001105",
        "display": "Ciprofloxacin 500mg tablets (Accord-UK Ltd)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "supportingInformation": [
    {
      "reference": "RequestGroup/UKCore-RequestGroup-Ciprofloxacin-Example"
    }
  ],
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "UKCore-MedicationRequest-CiprofloxacinOral-Example"
    }
  ],
  "quantity": {
    "value": 20,
    "unit": "capsule",
    "system": "http://snomed.info/sct",
    "code": "732937005"
  },
  "daysSupply": {
    "value": 5,
    "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, twice daily.",
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral"
          }
        ]
      }
    }
  ]
}