Location - Patch
Location - Patch
Path Parameters
- id string requiredExample: dc01c797-547a-4e4d-97cd-4ece0630e380
Header Parameters
- Content-Type stringExample: application/json-patch+json
- application/json
Request Body
- object
Responses
- 200
OK
Response Headers
content-type string
last-modified string
etag 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
{}
{
"address": {
"city": "Jakarta",
"country": "ID",
"extension": [
{
"extension": [
{
"url": "province",
"valueCode": "10"
},
{
"url": "city",
"valueCode": "1010"
},
{
"url": "district",
"valueCode": "1010101"
},
{
"url": "village",
"valueCode": "1010101101"
},
{
"url": "rt",
"valueCode": "1"
},
{
"url": "rw",
"valueCode": "2"
}
],
"url": "https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode"
}
],
"line": [
"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan"
],
"postalCode": "12950",
"use": "work"
},
"description": "Ruang 1A, Poliklinik Bedah Rawat Jalan Terpadu, Lantai 2, Gedung G",
"id": "dc01c797-547a-4e4d-97cd-4ece0630e380",
"identifier": [
{
"system": "http://sys-ids.kemkes.go.id/location/1000001",
"value": "G-2-R-1A"
}
],
"managingOrganization": {
"reference": "Organization/10000004"
},
"meta": {
"lastUpdated": "2022-10-06T11:04:49.440807+00:00",
"versionId": "MTY2NTA1NDI4OTQ0MDgwNzAwMA"
},
"mode": "instance",
"name": "Ruang 1A IRJT",
"physicalType": {
"coding": [
{
"code": "ro",
"display": "Room",
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type"
}
]
},
"position": {
"altitude": 0,
"latitude": 106.83239885393944,
"longitude": -6.23115426275766
},
"resourceType": "Location",
"status": "inactive",
"telecom": [
{
"system": "phone",
"use": "work",
"value": "2328"
},
{
"system": "fax",
"use": "work",
"value": "2329"
},
{
"system": "email",
"value": "second wing admissions"
},
{
"system": "url",
"use": "work",
"value": "http://sampleorg.com/southwing"
}
]
}
Loading...