Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a FHIR Standard, HealthKit Adapter, Mock Patient, and Interpretation Target #11

Merged
merged 10 commits into from
Nov 22, 2023

Conversation

PSchmiedmayer
Copy link
Member

@PSchmiedmayer PSchmiedmayer commented Nov 13, 2023

Adds a FHIR Standard, HealthKit Adapter, Mock Patient, and Interpretation Target

⚙️ Release Notes

  • New FHIR Standard: Integrated a new standard for developing FHIR-based digital health applications, ensuring compliance and ease of use with FHIR protocols.
  • HealthKit Adapter: Introduced an adapter for HealthKit, allowing for seamless integration and data exchange between HealthKit and FHIR resources.
  • Mock Patient Model: Added a mock patient model for testing and development purposes, enabling developers to simulate patient data and interactions based on FHIR R4 Bundles.
  • Interpretation Target: Implemented an interpretation target to enhance the processing and analysis of FHIR resources including LLM-based interactions.

📝 Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Merging #11 (45079d0) into main (0432431) will increase coverage by 48.53%.
The diff coverage is 48.53%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           main      #11       +/-   ##
=========================================
+ Coverage      0   48.53%   +48.53%     
=========================================
  Files         0       17       +17     
  Lines         0     1084     +1084     
=========================================
+ Hits          0      526      +526     
- Misses        0      558      +558     
Files Coverage Δ
Sources/SpeziFHIR/FHIR.swift 100.00% <100.00%> (ø)
...terpretation/Settings/FHIRPromptSettingsView.swift 100.00% <100.00%> (ø)
...peziFHIRMockPatients/FHIRBundle+MockPatients.swift 100.00% <100.00%> (ø)
...SpeziFHIRMockPatients/FHIRMockBundleSelector.swift 100.00% <100.00%> (ø)
...ces/SpeziFHIRMockPatients/FHIRBundle+Patient.swift 92.31% <92.31%> (ø)
...ziFHIRInterpretation/FHIRResourceInterpreter.swift 88.47% <88.47%> (ø)
.../SpeziFHIRInterpretation/FHIRResourceSummary.swift 88.47% <88.47%> (ø)
...ces/SpeziFHIRMockPatients/FHIRBundleSelector.swift 93.88% <93.88%> (ø)
...FHIRMockPatients/FoundationBundle+LoadBundle.swift 81.25% <81.25%> (ø)
.../SpeziFHIRInterpretation/Settings/FHIRPrompt.swift 57.90% <57.90%> (ø)
... and 7 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0432431...45079d0. Read the comment docs.

@PSchmiedmayer PSchmiedmayer self-assigned this Nov 22, 2023
@PSchmiedmayer PSchmiedmayer added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 22, 2023
@PSchmiedmayer PSchmiedmayer merged commit 4ce54a6 into main Nov 22, 2023
8 checks passed
@PSchmiedmayer PSchmiedmayer deleted the feature/standardAndInterpretation branch November 22, 2023 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant