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

FHIR IG analytics

Packageuk.nhsdigital.medicines.r4.test
Resource TypeBundle
IdBundle-searchSet-MedicationDispense.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": "Bundle",
  "id": "11c0abb3-7223-4cd8-88bd-68d29694f24c",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "http://example.org/FHIR/R4/MedicationDispense?patient:identifier=https://fhir.nhs.uk/Id/nhs-number|9453740519"
    }
  ],
  "entry": [
    {
      "fullUrl": "MedicationDispense/06167339-9337-d030-0366-514a6a46da17",
      "resource": {
        "resourceType": "MedicationDispense",
        "id": "06167339-9337-d030-0366-514a6a46da17",
        "extension": [
          {
            "url": "https://fhir.nhs.uk/StructureDefinition/Extension-EPS-TaskBusinessStatus",
            "valueCoding": {
              "system": "https://fhir.nhs.uk/CodeSystem/EPS-task-business-status",
              "code": "0003",
              "display": "With Dispenser - Active"
            }
          }
        ],
        "contained": [
          {
            "resourceType": "PractitionerRole",
            "id": "performer",
            "identifier": [
              {
                "system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
                "value": "641555508105"
              }
            ],
            "code": [
              {
                "coding": [
                  {
                    "system": "https://fhir.nhs.uk/CodeSystem/NHSDigital-SDS-JobRoleCode",
                    "code": "S0030:G0100:R0620"
                  }
                ]
              }
            ],
            "practitioner": {
              "identifier": {
                "system": "https://fhir.nhs.uk/Id/sds-user-id",
                "value": "7654321"
              },
              "display": "Mr Peter Potion"
            },
            "organization": {
              "reference": "Organization/VNE51",
              "display": "The Simple Pharmacy"
            },
            "telecom": [
              {
                "system": "phone",
                "use": "work",
                "value": "01234567890"
              }
            ]
          }
        ],
        "identifier": [
          {
            "system": "https://fhir.nhs.uk/Id/prescription-dispense-item-number",
            "value": "06167339-9337-d030-0366-514a6a46da17"
          }
        ],
        "status": "in-progress",
        "medicationCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "585011000001109",
              "display": "Metronidazole 400mg tablets (Teva UK Ltd)"
            }
          ]
        },
        "subject": {
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9453740519"
          },
          "display": "MISS ETTA CORY"
        },
        "performer": [
          {
            "actor": {
              "type": "PractitionerRole",
              "reference": "#performer"
            }
          }
        ],
        "authorizingPrescription": [
          {
            "extension": [
              {
                "url": "https://fhir.nhs.uk/StructureDefinition/Extension-DM-GroupIdentifier",
                "extension": [
                  {
                    "url": "shortForm",
                    "valueIdentifier": {
                      "system": "https://fhir.nhs.uk/Id/prescription-order-number",
                      "value": "3C2366-B81001-0A409U"
                    }
                  },
                  {
                    "url": "UUID",
                    "valueIdentifier": {
                      "system": "https://fhir.nhs.uk/Id/prescription",
                      "value": "66317E0C-CE13-59AD-9979-9B568E080160"
                    }
                  }
                ]
              }
            ],
            "reference": "MedicationRequest/da549c24-abde-403a-bebe-96a1962ca018"
          }
        ],
        "type": {
          "coding": [
            {
              "system": "https://fhir.nhs.uk/CodeSystem/medicationdispense-type",
              "code": "0003",
              "display": "Item dispensed - partial"
            }
          ]
        },
        "quantity": {
          "value": 21,
          "unit": "tablet",
          "system": "http://snomed.info/sct",
          "code": "428673006"
        },
        "daysSupply": {
          "value": 7,
          "unit": "Day",
          "system": "http://unitsofmeasure.org",
          "code": "d"
        },
        "whenPrepared": "2004-09-16T16:30:00+00:00",
        "dosageInstruction": [
          {
            "text": "3 times a day for 10 days",
            "timing": {
              "repeat": {
                "boundsDuration": {
                  "value": 10,
                  "unit": "d"
                },
                "frequency": 3,
                "period": 1,
                "periodUnit": "d"
              }
            },
            "doseAndRate": [
              {
                "doseQuantity": {
                  "value": 1,
                  "unit": "tablet",
                  "system": "http://snomed.info/sct",
                  "code": "428673006"
                }
              }
            ]
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    },
    {
      "fullUrl": "Organization/VNE51",
      "resource": {
        "resourceType": "Organization",
        "identifier": [
          {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "VNE51"
          }
        ],
        "address": [
          {
            "city": "West Yorkshire",
            "use": "work",
            "line": [
              "17 Austhorpe Road",
              "Crossgates",
              "Leeds"
            ],
            "postalCode": "LS15 8BA"
          }
        ],
        "active": true,
        "type": [
          {
            "coding": [
              {
                "system": "https://fhir.nhs.uk/CodeSystem/organisation-role",
                "code": "182",
                "display": "PHARMACY"
              }
            ]
          }
        ],
        "name": "The Simple Pharmacy",
        "telecom": [
          {
            "system": "phone",
            "use": "work",
            "value": "0113 3180277"
          }
        ]
      },
      "search": {
        "mode": "include"
      }
    }
  ]
}