You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"resourceType": "Location",
"id": "2252",
"meta": {
"versionId": "2",
"lastUpdated": "2021-09-22T11:42:37.806+00:00",
"source": "#4e76fe88fa6f53e5"
},
"identifier": [
{
"use": "official",
"value": "eff94f33-c356-4634-8795-d52340706ba9"
}
],
"status": "active",
"name": "Root OpenSRP Location",
"alias": [
"Root Location"
],
"description": "This is the Root Location that all other locations are part of. Any locations that are directly part of this should be displayed as the root location.",
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "jdn",
"display": "Jurisdiction"
}
]
}
}
Identifier value provided in the env config should be the offictial identifier i.e. eff94f33-c356-4634-8795-d52340706ba9 in the example payload above.
value passed for REACT_APP_ROOT_LOCATION_ID should be the id i.e. 2252 in the example payload above
The text was updated successfully, but these errors were encountered: