Skip to content

Commit

Permalink
fix: patient information
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribo Labrador <[email protected]>
  • Loading branch information
elribonazo committed Nov 7, 2024
1 parent 994f180 commit d973000
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions demos/next-sdjwt-workshop/src/steps/Step4.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const CodeComponent = dynamic(() => import('@/components/CodeEditor').then((e) =


export default {
title: 'Step 4: Alice (patient) will receive a medical prescription to her wallet, by a Doctor (Issuer)',
title: 'Step 4: Doctor (Issuer) will issue a medical prescription to Alice (patient)',
description:
`In this section we will be requesting a Credential Offer from the Cloud Agent.A Connectionless Credential Offer is an Out of Band Invitation with a Credential Offer Attachment.
This should be a URI with a single query parameter \`_oob\`, which is an encoded JSON.`,
Expand All @@ -34,10 +34,10 @@ This should be a URI with a single query parameter \`_oob\`, which is an encoded
"automaticIssuance": true,
"credentialFormat": "SDJWT",
"claims": {
"patientId": "12345",
"patientId": "#d4aab32e1",
"patientName": "Alice",
"patientFamilyName": "Wonderland",
"prescriptionId": "12345",
"prescriptionId": "42344211134",
"dateOfIssuance": "2020-11-13T20:20:39+00:00",
}
}),
Expand Down
4 changes: 2 additions & 2 deletions demos/next-sdjwt-workshop/src/steps/Step6.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,10 @@ class ShortFormDIDResolverSample {
"automaticIssuance": true,
"credentialFormat": "SDJWT",
"claims": {
"patientId": "12345",
"patientId": "#d4aab32e1",
"patientName": "Alice",
"patientFamilyName": "Wonderland",
"prescriptionId": "12345",
"prescriptionId": "42344211134",
"dateOfIssuance": "2020-11-13T20:20:39+00:00",
}
})
Expand Down

0 comments on commit d973000

Please sign in to comment.