Skip to content

Commit

Permalink
Update README to Clarify Patient Mock Data (#52)
Browse files Browse the repository at this point in the history
# Update README to Clarify Patient Mock Data

## ⚙️ Release Notes 
- Update README to Clarify Patient Mock Data
- Closes #50 

### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).

---------

Co-authored-by: Vishnu Ravi <[email protected]>
  • Loading branch information
PSchmiedmayer and vishnuravi authored Dec 29, 2024
1 parent 668456c commit 9430b47
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 49 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
codeql: true
fastlanelane: codeql
xcodeversion: '15.4'
permissions:
security-events: write
actions: read
Expand Down
2 changes: 1 addition & 1 deletion LLMonFHIR.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@
repositoryURL = "https://github.com/StanfordSpezi/SpeziLLM";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 0.8.1;
minimumVersion = 0.8.3;
};
};
97BBC2912B8C6BCA009EE6D9 /* XCRemoteSwiftPackageReference "SpeziFHIR" */ = {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ LLM on FHIR requires access to the FHIR health records stored in the Apple Healt

In case no health records are available, please follow the instructions to connect and retrieve your health records from your provider. If your health records are visible in the Apple Health app, please ensure that LLM on FHIR has access to your health records in the Apple Health App. You can find these settings in the privacy section of your profile in Apple Health.

> [!TIP]
> You can also use a set of [Synthea](https://doi.org/10.1093/jamia/ocx079)-based patients loaded from [SpeziFHIR](https://github.com/StanfordSpezi/SpeziFHIR) ([SpeziFHIRMockPatients](https://github.com/StanfordSpezi/SpeziFHIR/tree/main/Sources/SpeziFHIRMockPatients)) to test out the application without the need to connect it to HealthKit. You can select the synthetic patients in the account settings view of the application.
## Application Structure

Expand Down

0 comments on commit 9430b47

Please sign in to comment.