Stream: smart/health-cards
Topic: Laboratory "No value" iOS Apple Health
Xavier Laffargue (Oct 25 2021 at 20:25):
Hi,
I am importing my FHIR data (health-card laboratory : hemoglobin test) on Apple Health app but I have no value or any graph displayed
Note : all is ok on FHIR Validator
Thank you for your help
SHC_TestHemoglobin.json
QRCode_TestHemoglobin.png
Screenshot-iOS-Apple-Health.jpeg
Pascal Pfiffner (Oct 25 2021 at 22:39):
Hey Xavier, iOS does not support arbitrary SMART Health Cards, right now the official support is limited to COVID vaccinations and COVID lab tests.
Xavier Laffargue (Oct 25 2021 at 23:03):
Thank you for this answer @Pascal Pfiffner !
But can you explain to me what you mean by "arbitrary"?
What is the difference between the data transmitted via a smart health card and via a hospital, the two using FHIR? both register in Apple Health? no ?
All the information is displayed correctly though! Expect "valueQuantity" and "referenceRange"
But this data is display with Health Record (via a hospital)
The number of healthcare establishments that can be connected to iOS is so small, I want to facilitate this via the Smart Card format
Michele Mottini (Oct 25 2021 at 23:18):
what you mean by "arbitrary"?
Containing something that is not a COVID vaccination or a COVID lab test
Xavier Laffargue (Oct 26 2021 at 02:00):
@Pascal Pfiffner Really sorry but this document (https://developer.apple.com/news/?id=7h3vwlh5) says :
"With iOS 15, users can download and store verifiable health records, including COVID-19 vaccinations and test results, in the Health app."
The word "Including" is used, nothing about "limited to COVID tests lab and vaccinations"
Pascal Pfiffner (Oct 26 2021 at 03:26):
The focus for iOS 15.0 and 15.1 has exclusively been on COVID related SHCs, not least because there are only IGs for these two use cases. It’s a great idea you’re having but anything beyond COVID may or may not work, as you’re finding.
Neelima Karipineni (Oct 26 2021 at 14:53):
@Xavier Laffargue the health cards spec is intended to be used with use case specific profiles, and for now the only profiles that have been created are for vaccination and testing at https://build.fhir.org/ig/HL7/fhir-shc-vaccination-ig/profiles.html. The spec outlines special considerations around bundle size, identity binding and content that need to be taken into consideration when designing new profiles (see https://spec.smarthealth.cards/#health-cards-are-small and https://spec.smarthealth.cards/credential-modeling/). In the future, there may be other profiles for wider use like general lab test results that conform to these guidelines.
Last updated: Apr 12 2022 at 19:14 UTC