diff --git a/src/api/registry/api.profile.ts b/src/api/registry/api.profile.ts
index 62574c66f..c3741f71f 100644
--- a/src/api/registry/api.profile.ts
+++ b/src/api/registry/api.profile.ts
@@ -183,6 +183,8 @@ export default {
profileCitizenId: (citizenId: string) => `${profile}citizenId/${citizenId}`,
profileEmployeeIn: `${profile}information/employee`,
+ profileHistory: (type: string) => `${profile}search/history/oc/${type}`
+
diff --git a/src/modules/04_registry/components/PopupHistory.vue b/src/modules/04_registry/components/PopupHistory.vue
new file mode 100644
index 000000000..73ef17ba7
--- /dev/null
+++ b/src/modules/04_registry/components/PopupHistory.vue
@@ -0,0 +1,400 @@
+
+
+
+