Skip to content

Commit

Permalink
Merge pull request #4 from recare/sealdContentInEncryptionField
Browse files Browse the repository at this point in the history
add seald_content in encryption field model
  • Loading branch information
bilalgulzar authored Nov 29, 2021
2 parents ab7ef78 + 8a71359 commit 62785b5
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 62785b5

Please sign in to comment.