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

FHIR IG analytics

Packagesynapxe.nehr
Resource TypeMedicationDispense
IdMedicationDispenseUpdateRequest.json
FHIR VersionR5

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": "MedicationDispense",
  "id": "medication-dispense-001",
  "meta": {
    "profile": [
      "http://fhir.synapxe.sg/StructureDefinition/profile-medicationdispense"
    ],
    "versionId": "1",
    "lastUpdated": "2025-08-21T15:45:30.123Z"
  },
  "identifier": {
    "system": "https://fhir.synapxe.sg/identifier/medication-dispense",
    "value": "MD-2025-001234"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category",
        "code": "outpatient"
      }
    ]
  },
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
          "code": "161",
          "display": "Acetaminophen"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/patient-12345"
  },
  "encounter": {
    "reference": "Encounter/encounter-67890"
  },
  "performer": [
    {
      "actor": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://fhir.synapxe.sg/identifier/practitioner",
          "value": "PRAC-001"
        },
        "display": "Pharmacist John Smith"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/prescription-456"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "RFP"
      }
    ]
  },
  "quantity": {
    "value": 30,
    "unit": "tablets",
    "system": "http://unitsofmeasure.org",
    "code": "{tablet}"
  },
  "daysSupply": {
    "value": 30,
    "unit": "days",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "whenHandedOver": "2025-08-21T15:30:00+08:00",
  "destination": {
    "type": "Location",
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/facilityunit",
      "value": "PHARM-001"
    },
    "display": "Main Hospital Pharmacy"
  },
  "dosageInstruction": [
    {
      "text": "Take 1 tablet by mouth every 6 hours as needed for pain",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 6,
          "periodUnit": "h"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "tablet",
            "system": "http://unitsofmeasure.org",
            "code": "{tablet}"
          }
        }
      ]
    }
  ]
}