---
title: Accessing Data from a SMART Health Card
framework: healthkit
role: sampleCode
role_heading: Sample Code
path: healthkit/accessing-data-from-a-smart-health-card
---

# Accessing Data from a SMART Health Card

Query for and validate a verifiable clinical record.

## Overview

Overview note: This sample code project is associated with WWDC21 session 10089: Explore Verifiable Health Records. Configure the Sample Code Project Before you run the sample code project in Xcode: In Simulator, open Safari, and navigate to https://spec.smarthealth.cards/examples/. Download one of the SMART Health Cards (like example-00-e-file.smart-health-card). After the file downloads, tap the download arrow, then select Downloads from the pop-up menu. You can also find the downloaded SMART Health Cards in Files (Browse > On My iPhone > Downloads). Select the health card, and follow the instructions to add the card to Health.

## See Also

### Medical records

- [Accessing Health Records](healthkit/accessing-health-records.md)
- [Accessing Sample Data in the Simulator](healthkit/accessing-sample-data-in-the-simulator.md)
- [Accessing a User’s Clinical Records](healthkit/accessing-a-user-s-clinical-records.md)
- [HKClinicalRecord](healthkit/hkclinicalrecord.md)
- [HKFHIRResource](healthkit/hkfhirresource.md)
- [HKVerifiableClinicalRecord](healthkit/hkverifiableclinicalrecord.md)
- [HKVerifiableClinicalRecordSubject](healthkit/hkverifiableclinicalrecordsubject.md)
- [HKCDADocumentSample](healthkit/hkcdadocumentsample.md)
- [HKDocumentSample](healthkit/hkdocumentsample.md)
- [CDA](healthkit/hkdocumenttypeidentifier/cda.md)
- [HKDocumentType](healthkit/hkdocumenttype.md)
