From 9be6b1820fd06261417e5db0c936c9aee6d0da17 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:04:54 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.19](https://github.com/executablebooks/mdformat/compare/0.7.18...0.7.19) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27f7c18..55aedf9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-json - id: check-yaml - repo: https://github.com/executablebooks/mdformat - rev: 0.7.18 + rev: 0.7.19 hooks: - id: mdformat additional_dependencies: From 8c619c9674b16b157ff2b6ae86d9cb94aa5b45c2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:05:04 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cloud-storage-reference-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-storage-reference-app.md b/cloud-storage-reference-app.md index 85f7d06..1390932 100644 --- a/cloud-storage-reference-app.md +++ b/cloud-storage-reference-app.md @@ -202,7 +202,7 @@ erDiagram - An Observation stores personal device data as Open mHealth JSON. - An Observation belongs to exactly one Patient. -- The `code` references a FHIR CodeableConcept, eg `http://purl.bioontology.org/ontology/SNOMEDCT/78564009 (Read Heart Rate)` +- The `code` references a FHIR CodeableConcept, eg `http://purl.bioontology.org/ontology/SNOMEDCT/78564009 (Read Heart Rate)` - When a patient is invited to share data (but prior to consent) `study_group_observation_consents.consented == false` - After consent is explicitly granted for the specific scopes/codes to be accessed by a Study Group `study_group_observation_consents.consented == true` - The `study_group_observation_consents.scope_action` is the [SMART scope](https://hl7.org/fhir/smart-app-launch/scopes-and-launch-context.html#scopes-for-requesting-fhir-resources) action component which will always be `r` for "read" but is included for completeness