Organization - By ID
Organization - By ID
Path Parameters
- id string requiredExample: 656047f8c3e87418719ca11c
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
{}
{
"active": true,
"address": [
{
"city": "Jakarta",
"country": "ID",
"extension": [
{
"extension": [
{
"url": "province",
"valueCode": "31"
},
{
"url": "city",
"valueCode": "3171"
},
{
"url": "district",
"valueCode": "317101"
},
{
"url": "village",
"valueCode": "31710101"
}
],
"url": "https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode"
}
],
"line": [
"Jalan Jati Asih"
],
"postalCode": "55292",
"type": "both",
"use": "work"
}
],
"id": "abddd50b-b22f-4d68-a1c3-d2c29a27698b",
"identifier": [
{
"system": "http://sys-ids.kemkes.go.id/organization/10000004",
"use": "official",
"value": "R220001"
}
],
"meta": {
"lastUpdated": "2022-08-23T06:36:12.557581+00:00",
"versionId": "MTY2MTIzNjU3MjU1NzU4MTAwMA"
},
"name": "Rawat Jalan Terpadu",
"partOf": {
"reference": "Organization/10000004"
},
"resourceType": "Organization",
"telecom": [
{
"system": "phone",
"use": "work",
"value": "+6221-783042654"
},
{
"system": "email",
"use": "work",
"value": "[email protected]"
},
{
"system": "url",
"use": "work",
"value": "[email protected]"
}
],
"type": [
{
"coding": [
{
"code": "dept",
"display": "Hospital Department",
"system": "http://terminology.hl7.org/CodeSystem/organization-type"
}
]
}
]
}
Loading...