A sample that stores a clinical record.
SDKs
- iOS 12.0+
- Mac Catalyst 13.0+
Framework
- Health
Kit
Declaration
class HKClinicalRecord : HKSample
Overview
The clinical record stores information about a single condition, procedure, or result. While the record’s properties expose some high-level information, the fhir
property contains the underlying data from the user’s healthcare institution.
Note that the record inherits the HKSample
class’s start
and end
properties. However, the system does not populate these properties with information from the FHIR data; instead, the start
and end
reflect the time and date when the system downloaded the FHIR data to the device.