This commit is contained in:
Josh Mandel 2021-04-15 15:47:38 -05:00 коммит произвёл GitHub
Родитель 9b723f3f15
Коммит 23b525c8ab
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -49,7 +49,7 @@ According to the procedure above, we start with decisions about FHIR content res
* Verifiers should not expect all elements in the VC to exactly match their own records, but can still use elements conveyed in the VC.
## Mapping into the W3C VC Data Model's JSON-LD Syntax
## Mapping into the W3C VC Data Model
To create a structure matching the W3C Verifiable Credential [JSON-LD Syntax](https://www.w3.org/TR/vc-data-model/#json-ld) from a SMART Health Card JWS:
@ -72,7 +72,7 @@ To create a structure matching the W3C Verifiable Credential [JSON-LD Syntax](ht
3. Prepend to the `.vc.type` array: `"VerifiableCredential"`
4. Process the payload according to the rules at https://www.w3.org/TR/vc-data-model/#jwt-decoding
4. Process the payload according to [JWT Decoding Rules](https://www.w3.org/TR/vc-data-model/#jwt-decoding)
### Health Card Examples