Organization - Search by Queries
Organization - Search by Queries
Query Parameters
- name stringExample: Pos Imunisasi
- partof integerExample: 10000004
Responses
- 200
OK
Response Headers
X-Powered-By string
Access-Control-Allow-Origin string
Content-Type string
Content-Length integer
ETag string
Date string
Connection string
Keep-Alive string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"entry": [
{
"resourceType": "Organization",
"active": true,
"identifier": [
{
"use": "official",
"system": "http://sys-ids.kemkes.go.id/organization/1000079374",
"value": "Pos Imunisasi LUBUK BATANG",
"_id": "655b0866ff1bbe7ae30a3d80"
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "dept",
"display": "Hospital Department"
}
]
}
],
"name": "Pos Imunisasi",
"telecom": [
{
"system": "phone",
"value": "+6221-783042654",
"use": "work"
},
{
"system": "email",
"value": "[email protected]",
"use": "work"
},
{
"system": "url",
"value": "[email protected]",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "both",
"line": [
"Jalan Jati Asih"
],
"city": "Jakarta",
"postalCode": "55292",
"country": "ID",
"extension": [
{
"url": "https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode",
"extension": [
{
"url": "province",
"valueCode": "31"
},
{
"url": "city",
"valueCode": "3171"
},
{
"url": "district",
"valueCode": "317101"
},
{
"url": "village",
"valueCode": "31710101"
}
]
}
]
}
],
"partOf": {
"reference": "Organization/10000004"
},
"id": "655b0866ff1bbe7ae30a3d7f",
"timestamps": {
"created_at": "2023-11-20T07:18:50.981Z",
"updated_at": "2023-11-20T07:18:50.981Z"
}
}
],
"resourceType": "Bundle",
"total": 1,
"type": "searchset"
}
Loading...