Stream: implementers
Topic: Apple Health CDA import
Simone Heckmann (Apr 06 2018 at 11:10):
When reading about the new Apple Health thing, it is often mentioned, that Apple can also import CDA data.
However, I assume, that this is limited to the US CCDA format and is also leveraging the SMART framework.
Does anyone know whether they use DocumentReference/Binary Resources for this? Or it their approach for CDA completely different?
Grahame Grieve (Apr 06 2018 at 12:16):
no link to FHIR - predated them getting involved with FHIR
Andy Stechishin (Apr 08 2018 at 03:24):
@Simone Heckmann HealthKit docs available online here: https://developer.apple.com/documentation/healthkit?language=objc
Pascal Pfiffner (Apr 08 2018 at 05:17):
The Health app can import any CDA document. You have to manually add it and there is no parsing, it's simple storage.
Nick Hatt (Apr 09 2018 at 21:34):
They do parse out the narratives for each section - so some parsing, you need to add it manually. I added my mine from a patient portal download.
Last updated: Apr 12 2022 at 19:14 UTC