Medication - PATCH
Medication - PATCH
Path Parameters
- id string requiredExample: 8f299a19-5887-4b8e-90a2-c2c15ecbe1d1
Header Parameters
- Content-Type stringExample: application/json-patch+json
- application/json
Request Body
- object
Responses
- 200
OK
Response Headers
content-type string
etag string
location string
last-modified 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
{}
{
"code": {
"coding": [
{
"display": "Obat Kapsul TB Bintang Toedjoe",
"system": "http://sys-ids.kemkes.go.id/kfa"
}
]
},
"extension": [
{
"url": "https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType",
"valueCodeableConcept": {
"coding": [
{
"code": "NC",
"display": "Non-compound",
"system": "http://terminology.kemkes.go.id/CodeSystem/medication-type"
}
]
}
}
],
"form": {
"coding": [
{
"code": "BS019",
"display": "Kapsul",
"system": "http://terminology.kemkes.go.id/CodeSystem/medication-form"
}
]
},
"id": "8f299a19-5887-4b8e-90a2-c2c15ecbe1d1",
"identifier": [
{
"system": "http://sys-ids.kemkes.go.id/medication/10000004",
"use": "official",
"value": "123456789"
}
],
"ingredient": [
{
"isActive": true,
"itemCodeableConcept": {
"coding": [
{
"code": "91000330",
"display": "Rifampin",
"system": "http://sys-ids.kemkes.go.id/kfa"
}
]
},
"strength": {
"denominator": {
"code": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"value": 1
},
"numerator": {
"code": "mg",
"system": "http://unitsofmeasure.org",
"value": 150
}
}
},
{
"isActive": true,
"itemCodeableConcept": {
"coding": [
{
"code": "91000328",
"display": "Isoniazid",
"system": "http://sys-ids.kemkes.go.id/kfa"
}
]
},
"strength": {
"denominator": {
"code": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"value": 1
},
"numerator": {
"code": "mg",
"system": "http://unitsofmeasure.org",
"value": 75
}
}
},
{
"isActive": true,
"itemCodeableConcept": {
"coding": [
{
"code": "91000329",
"display": "Pyrazinamide",
"system": "http://sys-ids.kemkes.go.id/kfa"
}
]
},
"strength": {
"denominator": {
"code": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"value": 1
},
"numerator": {
"code": "mg",
"system": "http://unitsofmeasure.org",
"value": 400
}
}
},
{
"isActive": true,
"itemCodeableConcept": {
"coding": [
{
"code": "91000288",
"display": "Ethambutol",
"system": "http://sys-ids.kemkes.go.id/kfa"
}
]
},
"strength": {
"denominator": {
"code": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"value": 1
},
"numerator": {
"code": "mg",
"system": "http://unitsofmeasure.org",
"value": 275
}
}
}
],
"manufacturer": {
"reference": "Organization/900001"
},
"meta": {
"lastUpdated": "2022-10-07T07:30:45.159329+00:00",
"profile": [
"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication|4.0.1",
"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication"
],
"versionId": "MTY2NTEyNzg0NTE1OTMyOTAwMA"
},
"resourceType": "Medication",
"status": "inactive"
}
Loading...