Skip to content

Commit

Permalink
comment out id from divoc logical models as they are already present …
Browse files Browse the repository at this point in the history
…in backbone
  • Loading branch information
litlfred committed Jul 26, 2024
1 parent 867f275 commit be34468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions input/fsh/cert-divoc-core-data-set.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Some element descriptions in this logical model provide details that are not in
* issuer 1..1 string "Issuer identifier" "Issuer identifier URI. generally a DID"
* issuanceDate 1..1 dateTime "issuanceDate" "Date and time when a credential becomes valid"
* nonTransferable 0..1 boolean "Non Trasnferability" "indicates that a verifiable credential must only be encapsulated into a verifiable presentation whose proof was issued by the credentialSubject"
* credentialSubject 1..1 BackboneElement "CredentialSubject" "Contains claims about one or morebjects (Patients)"
* id 0..1 string "id"
* credentialSubject 1..1 BackboneElement "CredentialSubject" "Contains claims about one or more objects (Patients)"
// * id 0..1 string "id"
* type 1..* string "type" "Type of credential. Generally 'Person'"
* uhid 0..1 string "another id"
* refId 0..1 string "reference id"
Expand All @@ -40,7 +40,7 @@ Some element descriptions in this logical model provide details that are not in
* addressCountry 0..1 string "Country (e.g. may be ISO 3166 2 or 3 letter code)"
* postalCode 0..1 string "Postal code for area"
* evidence 0..* BackboneElement "Evidence" "Vaccination Information"
* id 0..1 string "id"
// * id 0..1 string "id"
* feedbackUrl 0..1 string "URL for feedback"
* infoUrl 0..1 string "URL for more information on this record"
* certificateId 0..1 string "Certificate Unique Identifier"
Expand Down

0 comments on commit be34468

Please sign in to comment.