diff --git a/docs/credential-modeling.md b/docs/credential-modeling.md index 2fc7807..09a3f18 100644 --- a/docs/credential-modeling.md +++ b/docs/credential-modeling.md @@ -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