Skip to content

Commit c88aee9

Browse files
authored
Add identifier to location payload (#37)
1 parent 6437373 commit c88aee9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

importer/json_payloads/locations_payload.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"id": "$unique_uuid",
1010
"status": "$status",
1111
"name": "$name",
12+
"identifier": [
13+
{
14+
"use": "official",
15+
"value": "$unique_uuid"
16+
}
17+
],
1218
"partOf": {
1319
"reference": "Location/$parentID",
1420
"display": "$parentName"
@@ -23,4 +29,4 @@
2329
]
2430
}
2531
}
26-
}
32+
}

0 commit comments

Comments
 (0)