Encounter - PATCH Dictionary
Encounter - PATCH Dictionary
Path Parameters
- id string requiredExample: 657d68bf9b323d3530919bf6
Header Parameters
- Content-Type stringExample: application/json-patch+json
- application/json
Request Body
- object
Responses
- 200
OK
Response Headers
location string
etag string
content-type 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
{}
{
"class": {
"code": "AMB",
"display": "ambulatory",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
},
"diagnosis": [
{
"condition": {
"display": "Tuberculosis of lung, confirmed by sputum microscopy with or without culture",
"reference": "Condition/4bbbe654-14f5-4ab3-a36e-a1e307f67bb8"
},
"rank": 1,
"use": {
"coding": [
{
"code": "DD",
"display": "Discharge diagnosis",
"system": "http://terminology.hl7.org/CodeSystem/diagnosis-role"
}
]
}
},
{
"condition": {
"display": "Non-insulin-dependent diabetes mellitus without complications",
"reference": "Condition/666970c2-d79f-4242-89f9-d0ffab9e36cf"
},
"rank": 2,
"use": {
"coding": [
{
"code": "DD",
"display": "Discharge diagnosis",
"system": "http://terminology.hl7.org/CodeSystem/diagnosis-role"
}
]
}
}
],
"id": "4f735a03-128b-464d-bf91-e6eacdf1c38f",
"identifier": [
{
"system": "http://sys-ids.kemkes.go.id/encounter/1000004",
"value": "P20240001"
}
],
"location": [
{
"location": {
"display": "Ruang 1A, Poliklinik Rawat Jalan",
"reference": "Location/ef011065-38c9-46f8-9c35-d1fe68966a3e"
}
}
],
"meta": {
"lastUpdated": "2022-10-07T07:18:53.912503+00:00",
"versionId": "MTY2NTEyNzEzMzkxMjUwMzAwMA"
},
"participant": [
{
"individual": {
"display": "Dokter Bronsig",
"reference": "Practitioner/N10000001"
},
"type": [
{
"coding": [
{
"code": "ATND",
"display": "attender",
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"
}
]
}
]
}
],
"period": {
"end": "2022-06-14T09:00:00+07:00",
"start": "2022-06-17T07:00:00+07:00"
},
"resourceType": "Encounter",
"serviceProvider": {
"reference": "Organization/10000004"
},
"status": "finished",
"statusHistory": [
{
"period": {
"end": "2022-06-14T08:00:00+07:00",
"start": "2022-06-17T07:00:00+07:00"
},
"status": "arrived"
},
{
"period": {
"end": "2022-06-14T09:00:00+07:00",
"start": "2022-06-14T08:00:00+07:00"
},
"status": "in-progress"
},
{
"period": {
"end": "2022-06-14T09:00:00+07:00",
"start": "2022-06-14T09:00:00+07:00"
},
"status": "finished"
}
],
"subject": {
"display": "Budi Santoso",
"reference": "Patient/100000030009"
}
}
Loading...