MedicationRequest - By ID
MedicationRequest - By ID
Path Parameters
- id string requiredExample: 64f19d9465866782ab213214
Responses
- 200
OK
Response Headers
last-modified string
content-type string
etag 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
{}
{
"authoredOn": "2022-08-04",
"category": [
{
"coding": [
{
"code": "outpatient",
"display": "Outpatient",
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category"
}
]
}
],
"courseOfTherapyType": {
"coding": [
{
"code": "continuous",
"display": "Continuing long term therapy",
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"
}
]
},
"dispenseRequest": {
"dispenseInterval": {
"code": "d",
"system": "http://unitsofmeasure.org",
"unit": "days",
"value": 1
},
"expectedSupplyDuration": {
"code": "d",
"system": "http://unitsofmeasure.org",
"unit": "days",
"value": 30
},
"numberOfRepeatsAllowed": 0,
"performer": {
"reference": "Organization/10000004"
},
"quantity": {
"code": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"unit": "TAB",
"value": 120
},
"validityPeriod": {
"end": "2022-01-30",
"start": "2022-01-01"
}
},
"dosageInstruction": [
{
"additionalInstruction": [
{
"text": "Diminum setiap hari"
}
],
"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"
}
]
}
}
],
"patientInstruction": "4 tablet perhari, diminum setiap hari tanpa jeda sampai prose pengobatan berakhir",
"route": {
"coding": [
{
"code": "O",
"display": "Oral",
"system": "http://www.whocc.no/atc"
}
]
},
"sequence": 1,
"text": "4 tablet per hari",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
}
}
],
"encounter": {
"reference": "Encounter/2823ed1d-3e3e-434e-9a5b-9c579d192787"
},
"id": "b5293e6d-31c6-4111-8214-609ae5890838",
"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"
}
],
"intent": "order",
"medicationReference": {
"display": "Obat Anti Tuberculosis / Rifampicin 150 mg / Isoniazid 75 mg / Pyrazinamide 400 mg / Ethambutol 275 mg Kaplet Salut Selaput (KIMIA FARMA)",
"reference": "Medication/8f299a19-5887-4b8e-90a2-c2c15ecbe1d1"
},
"meta": {
"lastUpdated": "2022-08-26T04:36:12.357245+00:00",
"versionId": "MTY2MTQ4ODU3MjM1NzI0NTAwMA"
},
"priority": "routine",
"reasonCode": [
{
"coding": [
{
"code": "A15.0",
"display": "Tuberculosis of lung, confirmed by sputum microscopy with or without culture",
"system": "http://hl7.org/fhir/sid/icd-10"
}
]
}
],
"requester": {
"display": "Dokter Bronsig",
"reference": "Practitioner/N10000001"
},
"resourceType": "MedicationRequest",
"status": "completed",
"subject": {
"display": "Budi Santoso",
"reference": "Patient/100000030009"
}
}
Loading...