Skip to content

Commit

Permalink
Update keycloak ids in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
gmej committed Dec 16, 2024
1 parent d55e50f commit 3d2f37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input/fsh/examples/Alicia.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Overweight
* identifier[0].system = "https://www.gravitatehealth.eu/sid/doc"
* identifier[=].value = "alicia-1"
* identifier[+].system = "keycloak-id"
* identifier[=].value = "85bea4c4-dcfa-461f-8052-dff4d2133a73"
* identifier[=].value = "96bf3163-9c63-4053-907c-0af7264e5507"
* active = true
* name.family = "Gravitate"
* name.given = "Alicia"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/examples/Pedro.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Depression
* identifier[0].system = "https://www.gravitatehealth.eu/sid/doc"
* identifier[=].value = "Pedro-1"
* identifier[+].system = "keycloak-id"
* identifier[=].value = "46d110bc-0a98-497a-810f-3bcff678ef70"
* identifier[=].value = "fa1d0dce-77ea-4e60-b65c-df9aa571fbae"
* active = true
* name.family = "Gravitate"
* name.given = "Pedro"
Expand Down

0 comments on commit 3d2f37b

Please sign in to comment.