FHIR Chat · EU Green Card · smart/health-cards

Stream: smart/health-cards

Topic: EU Green Card


view this post on Zulip Angus Millar (Jun 01 2021 at 01:07):

Hi Guy, Does anyone have any insight into the European Union Green Card Covid Pass work that T-Systems (SAP) has apparently been asked to work on? Are they looking at our SMART Health Cards? The way the Green Card is described sounds very similar.
Does anyone know anything?

view this post on Zulip Josh Mandel (Jun 01 2021 at 03:42):

https://digitalgreencertificates.com/ has background. See discussion in this stream and #europe .

view this post on Zulip Paul Denning (Jun 01 2021 at 11:52):

https://github.com/ehn-digital-green-development has something but I'm not sure how official that site is. It is for the European eHealth network, but I don't know what that is.

view this post on Zulip Angus Millar (Jun 02 2021 at 07:48):

Thank you both @Josh Mandel and @Paul Denning I've managed to find what I need, Paul your link appears to be the technical info I was looking for. Grrr wish we could all agree on one global standard for this, and world peace while we're at it

view this post on Zulip Richard Braman (FLY.HEALTH) (Jun 04 2021 at 13:17):

Paul Denning said:

https://github.com/ehn-digital-green-development has something but I'm not sure how official that site is. It is for the European eHealth network, but I don't know what that is.

Anyone know/understand the rationale behind using CBOR instead of JSON for the token?
Also interesting is that they define a sketchy blueprint for the trust model.

view this post on Zulip Josh Mandel (Jun 04 2021 at 13:27):

CBOR is a good fit for constrained payloads like QRs. We looked into CBOR for Health Cards, but the level of developer familiarity and library support is still low, especially for cryptographic operations (the CBOR equivalent of JWS). And after compression the CBOR artifacts aren't necessarily smaller (actually for long repetitive payloads, compressed JSON turned out to be a bit more space efficient than compressed CBOR).

view this post on Zulip Josh Mandel (Jun 04 2021 at 13:29):

Trust is the hardest part of this whole endeavor. We intentionally say very little about it in the Health Cards spec -- we just mandate one common method for key discovery, and leave hooks for trust frameworks to layer on top.


Last updated: Apr 12 2022 at 19:14 UTC