Observation - Create
Observation - Create
- application/json
Request Body
- object
Responses
- 201
Created
Response Headers
content-type string
etag 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": "8867-4",
"display": "Heart rate",
"system": "http://loinc.org"
}
]
},
"effectiveDateTime": "2022-07-14",
"encounter": {
"display": "Pemeriksaan Fisik Nadi Budi Santoso di hari Selasa, 14 Juni 2022",
"reference": "Encounter/2823ed1d-3e3e-434e-9a5b-9c579d192787"
},
"id": "40a8c3c0-89fb-4ed3-b646-399c6a909d8a",
"issued": "2022-07-14T14:27:00+07:00",
"meta": {
"lastUpdated": "2022-12-30T02:04:21.968692+00:00",
"versionId": "MTY3MjM2NTg2MTk2ODY5MjAwMA"
},
"performer": [
{
"reference": "Practitioner/N10000001"
}
],
"resourceType": "Observation",
"status": "final",
"subject": {
"reference": "Patient/100000030009"
},
"valueQuantity": {
"code": "/min",
"system": "http://unitsofmeasure.org",
"unit": "beats/minute",
"value": 80
}
}
Loading...