Encounter - By ID
Encounter - By ID
Path Parameters
- id string requiredExample: 657d68bf9b323d3530919bf6
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
{}
{
"class": {
"code": "AMB",
"display": "ambulatory",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
},
"diagnosis": [
{
"condition": {
"display": "Laboratory examination",
"reference": "Condition/0abfe934-9956-4e8e-b389-cd8f7c7971ae"
},
"rank": 1,
"use": {
"coding": [
{
"code": "encounter-diagnosis",
"display": "Discharge diagnosis",
"system": "http://terminology.hl7.org/CodeSystem/condition-category"
}
]
}
}
],
"id": "4a6174db-e672-4f89-9829-02b758a9fb21",
"identifier": [
{
"system": "http://sys-ids.kemkes.go.id/encounter/10080017",
"value": "P20240001"
}
],
"location": [
{
"location": {
"display": "LABKLIN KF RADIO DALAM",
"reference": "Location/8cbc0f08-73ae-4d0e-a469-72d57e5c25ec"
}
}
],
"meta": {
"lastUpdated": "2022-08-02T07:57:45.080820+00:00",
"versionId": "MTY1OTQyNzA2NTA4MDgyMDAwMA"
},
"period": {
"end": "2022-06-14T09:00:00+07:00",
"start": "2022-06-14T07:00:00+07:00"
},
"resourceType": "Encounter",
"serviceProvider": {
"display": "LABKLIN KF RADIO DALAM",
"reference": "Organization/10080017"
},
"status": "finished",
"subject": {
"display": "Budi Santoso",
"reference": "Patient/100000030009"
}
}
Loading...