Skip to content

Commit

Permalink
add seald_content in encryption field model
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalgulzar committed Nov 29, 2021
1 parent ab7ef78 commit 8a71359
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions fhir-models/fhir/humanName.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ type RecareHumanName struct {
}

type EncryptedField struct {
IV string `json:"iv,omitempty"`
Content string `json:"content,omitempty"`
Algo string `json:"algo,omitempty"`
IV string `json:"iv,omitempty"`
Content string `json:"content,omitempty"`
Algo string `json:"algo,omitempty"`
SealdContent string `json:"seald_content,omitempty"`
}

0 comments on commit 8a71359

Please sign in to comment.