From 1d91a3342cc9c7ec3f74a018f89d50816be26163 Mon Sep 17 00:00:00 2001 From: "Vasiliki (Vicky) Bikia" Date: Thu, 8 Feb 2024 11:03:03 -0800 Subject: [PATCH] Update README.md Replace "step count" with "heart rate" in the example description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf34b2..6960b93 100644 --- a/README.md +++ b/README.md @@ -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