Skip to content

Commit

Permalink
display map based on user selected datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaban committed Sep 30, 2021
1 parent 0e33134 commit 9118405
Show file tree
Hide file tree
Showing 340 changed files with 110,523 additions and 50 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion fsh/GofrUser.fsh → fshcustom/GofrUser.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Description: "GOFR password extension for local users."
* extension[salt].valueString ^label = "Salt"
* extension[salt].valueString 1..1 MS

Instance: gofr-user-admin
Instance: e9b41c35-7c85-46df-aeea-a4e8dbf0364e
InstanceOf: GofrPersonUser
Title: "GOFR Admin User"
Usage: #example
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,18 @@
"valueReference": {
"reference": "Basic/gofr-task-read-structure-definition"
}
},
{
"url": "task",
"valueReference": {
"reference": "Basic/gofr-task-close-matching"
}
},
{
"url": "task",
"valueReference": {
"reference": "Basic/gofr-task-open-matching"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"resourceType": "Person",
"id": "e9b41c35-7c85-46df-aeea-a4e8dbf0364e",
"meta": {
"profile": [
"http://gofr.org/fhir/StructureDefinition/gofr-person-user"
]
},
"extension": [
{
"url": "organization",
"valueReference": {
"reference": "Organization/54cdcbe3-87e0-421f-b657-8313fce5f418"
}
},
{
"url": "http://gofr.org/fhir/StructureDefinition/gofr-password",
"extension": [
{
"url": "hash",
"valueString": "727c00bcb3d604db9b807155240b97347951e5e89e4c69b823279287694501fcaa683d883f5854a05c2c50c5b31413c6bb4a5949876a42b5c5bd74247e5777fc"
},
{
"url": "salt",
"valueString": "be664906fbbe50918d8cadb5ebd22093"
}
]
},
{
"url": "http://gofr.org/fhir/StructureDefinition/gofr-assign-role",
"valueReference": {
"reference": "Basic/gofr-role-admin"
}
}
],
"name": [
{
"text": "GOFR Admin"
}
],
"telecom": [
{
"system": "email",
"value": "[email protected]"
},
{
"system": "phone",
"value": ""
}
],
"active": true
}
Loading

0 comments on commit 9118405

Please sign in to comment.