Skip to content

Commit

Permalink
Merge pull request #16 from jupyterhealth/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
minrk authored Dec 3, 2024
2 parents 10f5767 + 8c619c9 commit 3b00be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cloud-storage-reference-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b00be7

Please sign in to comment.