MedicationDispense - UPDATE
MedicationDispense - UPDATE
Path Parameters
- id string requiredExample: 65376601d5d316c396ddc9f1
- application/json
Request Body
- object
Responses
- 200
OK
Response Headers
location string
etag string
last-modified string
content-type string
vary string
date string
content-length integer
x-xss-protection integer
x-frame-options string
x-content-type-options string
x-request-id string
Via string
Alt-Svc string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"authorizingPrescription": [
{
"reference": "MedicationRequest/b5293e6d-31c6-4111-8214-609ae5890838"
}
],
"category": {
"coding": [
{
"code": "outpatient",
"display": "Outpatient",
"system": "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category"
}
]
},
"context": {
"reference": "Encounter/2823ed1d-3e3e-434e-9a5b-9c579d192787"
},
"daysSupply": {
"code": "d",
"system": "http://unitsofmeasure.org",
"unit": "Day",
"value": 30
},
"dosageInstruction": [
{
"doseAndRate": [
{
"doseQuantity": {
"code": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"unit": "TAB",
"value": 4
},
"type": {
"coding": [
{
"code": "ordered",
"display": "Ordered",
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type"
}
]
}
}
],
"sequence": 1,
"text": "Diminum 4 tablet sekali dalam sehari",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
}
}
],
"id": "71e27aa4-89d1-49a0-80ab-20e970a939cc",
"identifier": [
{
"system": "http://sys-ids.kemkes.go.id/prescription/10000004",
"use": "official",
"value": "123456788"
},
{
"system": "http://sys-ids.kemkes.go.id/prescription-item/10000004",
"use": "official",
"value": "123456788-1"
}
],
"location": {
"display": "Apotek RSUD Jati Asih",
"reference": "Location/52e135eb-1956-4871-ba13-e833e662484d"
},
"medicationReference": {
"display": "Obat Anti Tuberculosis / Rifampicin 150 mg / Isoniazid 75 mg / Pyrazinamide 400 mg / Ethambutol 275 mg Kaplet Salut Selaput (KIMIA FARMA)",
"reference": "Medication/2b78a453-dd36-4d5f-8264-d575e3321a8b"
},
"meta": {
"lastUpdated": "2022-09-29T00:27:29.968572+00:00",
"versionId": "MTY2NDQxMTI0OTk2ODU3MjAwMA"
},
"performer": [
{
"actor": {
"display": "John Miller",
"reference": "Practitioner/N10000003"
}
}
],
"quantity": {
"code": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"value": 120
},
"resourceType": "MedicationDispense",
"status": "in-progress",
"subject": {
"display": "Budi Santoso",
"reference": "Patient/100000030009"
},
"whenHandedOver": "2022-01-15T16:20:00Z",
"whenPrepared": "2022-01-15T10:20:00Z"
}
Loading...