APIs for system administrators
Create, read, update or archive administrative areas, civil registration offices or health facilities using FHIR.
FHIR Location REST API
1. In order to get FHIR IDs for locations required in Event Notification or deciphering location information from FHIR IDs returned from a Record Search or Webhook response
Using the FHIR Location REST API
Query parameters
typestring · enumOptionalPossible values:
identifierstringOptionalPattern:
The unique identifier for a location
^[a-zA-Z0-9_]+$namestringOptionalPattern:
^[a-zA-Z0-9_,.\s]+$statusstring · enumOptionalPossible values:
_countnumberOptional
Number of locations to return per page, Use 0 to return all locations
Responses
200
OK
application/json
resourceTypestring · enumOptionalPossible values:
idstring · uuidOptional
typestring · enumOptionalPossible values:
totalintegerOptional
get
/locations200
OK
Authorization to create, update and archive a FHIR Location

Last updated