Observation - PATCH
Observation - PATCH
Path Parameters
- id string requiredExample: 64ec5f54d9ae18aedeb89c22
Header Parameters
- Content-Type stringExample: application/json-patch+json
- application/json
Request Body
- object
Responses
- 200
OK
Response Headers
etag string
content-type string
last-modified string
location 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
{}
{
"category": [
{
"coding": [
{
"code": "vital-signs",
"display": "Vital Signs",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"code": {
"coding": [
{
"code": "9279-1",
"display": "Respiratory rate",
"system": "http://loinc.org"
}
]
},
"effectiveDateTime": "2022-07-14",
"encounter": {
"display": "Pemeriksaan Fisik Pernafasan Budi Santoso di hari Selasa, 14 Juni 2022",
"reference": "Encounter/2823ed1d-3e3e-434e-9a5b-9c579d192787"
},
"id": "6d6186d9-9f29-4837-98f1-b61ac593ce15",
"meta": {
"lastUpdated": "2022-10-07T07:20:29.933261+00:00",
"profile": [
"https://fhir.kemkes.go.id/r4/StructureDefinition/Observation|4.0.1"
],
"versionId": "MTY2NTEyNzIyOTkzMzI2MTAwMA"
},
"resourceType": "Observation",
"status": "final",
"subject": {
"reference": "Patient/100000030009"
},
"valueQuantity": {
"code": "/min",
"system": "http://unitsofmeasure.org",
"unit": "breaths/minute",
"value": 15
}
}
Loading...