Skip to content

Commit

Permalink
Update README.md (#39)
Browse files Browse the repository at this point in the history
# *Name of the PR*
Update text in the Example description

## ♻️ Current situation & Problem
The Example in the READMe file provides an example on how to convert
HealthKit heart rate samples into FHIR observations. The text originally
stated "step count data". The description was updated to replace "step
count" with "heart rate".

### 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: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
  • Loading branch information
Vicbi and PSchmiedmayer committed Mar 7, 2024
1 parent 54d06c3 commit 00d64d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ let allergyIntolerance = try allergyRecord.resource.get(if: AllergyIntolerance.s

## Example

In the following example, we will query the HealthKit store for step count data, convert the resulting samples to FHIR observations, and encode them into JSON.
In the following example, we will query the HealthKit store for heart rate data, convert the resulting samples to FHIR observations, and encode them into JSON.

```swift
import HealthKitOnFHIR
Expand Down

0 comments on commit 00d64d3

Please sign in to comment.