Skip to content

Commit

Permalink
vault backup: 2023-12-15 15:42:41
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Dec 15, 2023
1 parent cbabffe commit dc6b2e2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "getting-started/sandbox.md",
"file": "technical/fasten-identification-systems.md",
"mode": "source",
"source": false
}
Expand Down Expand Up @@ -93,7 +93,7 @@
"state": {
"type": "backlink",
"state": {
"file": "getting-started/sandbox.md",
"file": "technical/fasten-identification-systems.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -110,7 +110,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "getting-started/sandbox.md",
"file": "technical/fasten-identification-systems.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -133,7 +133,7 @@
"state": {
"type": "outline",
"state": {
"file": "getting-started/sandbox.md"
"file": "technical/fasten-identification-systems.md"
}
}
},
Expand Down Expand Up @@ -166,6 +166,11 @@
},
"active": "5fc1dd549bcf0f60",
"lastOpenFiles": [
"technical/id-vs-access-token.md",
"technical/fasten-identification-systems.md",
"technical/index.md",
"technical/installation-id.md",
"getting-started/sandbox.md",
"getting-started/main.md",
"getting-started/index.md",
"roadmap.md",
Expand All @@ -182,16 +187,11 @@
"providers/PATIENT_PORTAL_AND_SOURCES_TESTING.md",
"technical/license-management.md",
"technical/marketplace/Untitled.md",
"technical/installation-id.md",
"technical/id-vs-access-token.md",
"technical/free-for-dev.md",
"technical/fhir-resource-relationships.md",
"technical/analytics-telemetry.md",
"technical/marketplace/index.md",
"technical/marketplace/apple-store.md",
"technical/grants/sbir-sttr.md",
"technical/archive/single-page-app.md",
"technical/archive/index.md",
"img/screenshots/2.b-medical-sources-prod.png",
"img/macos-app-store/1.dashboard.png",
"img/macos-app-store/2.timeline.png",
Expand Down
15 changes: 15 additions & 0 deletions technical/fasten-identification-systems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# Fully Qualified Resource Identifier

Since Fasten includes resources from multiple EHR platforms, a `{ResourceType}/{ResourceId}` identifier is not guaranteed to be unique (eg. Encounter/1 could exist on multiple systems)

So Fasten uses the following Reference URI to identify the FHIR resources uniquely:

`urn:fastenhealth-id:${source_id}:${source_resource_type}/${source_resource_id}`

- `source_id` is a UUID generated automatically when storing the SourceCredential in the database
- `source_resource_type` is the FHIR Resource Type
- `source_resource_id` is the FHIR Resource Identifier from the source EHR system


#

0 comments on commit dc6b2e2

Please sign in to comment.