- From: David Chadwick <D.W.Chadwick@kent.ac.uk>
- Date: Wed, 8 Apr 2020 18:57:43 +1200
- To: public-credentials@w3.org
Hi Victoriano
this is very useful. We will upgrade our PoC next week to include the
proposed actual results.
Do you know the mappings from High/Low to Yes/No. Is it two highs = Yes,
two Lows=No and any other combination is unclear? Or does one high and
one medium =Yes
Kind regards
David
On 08/04/2020 18:35, Victoriano Giralt wrote:
> El mié, 08-04-2020 a las 17:22 +1200, D.W.Chadwick escribió:
>> Hi Alex
> Hi Dave, Alex, all,
>
>> here is one for you, without the proof, which is not needed for JWT
>>
>> {
>> "@context": [
>> "https://www.w3.org/2018/credentials/v1",
>> "https://www.nhs.org/VCcontext/v1"
>> ],
>> "id": "https://nhs.org/credentials/3732",
>> "type": ["VerifiableCredential", "Covid19Immunity"],
>> "credentialSubject": {
>> "id": "did:key:jwt:ebfeb1f712ebc6f1c276e12ec21",
>> "issuanceDate": "2020-04-01T19:23:24Z",
>> "expirationDate": "2020-04-01T19:33:24Z",
>> "covid19ImmunityCert": {
>> "name": "David Chadwick",
>> "dateOfBirth": "01/01/1980",
>> "dateOfTest": "02/04/2020",
>> "testNumber": "376012345612345",
>> "testResult": "scientific details here",
>> "validUntil": "01/10/2020"
>> }
>> }
>> }
>>
>>
>> Any help with filling in the testResult would be very useful
> From my work with the lab at Kings college, the "good" tests provide a
> triplet of ternary results:
> Overall "result": Yes/No/unclear
> IgM: High/Medium/Low
> IgG: High/Medium/Low
>
> IgM and IgG are the real immunity results showing how long ago it has
> developed.
>
Received on Wednesday, 8 April 2020 06:58:07 UTC