diff --git a/fhir-models/fhir/humanName.go b/fhir-models/fhir/humanName.go index 6e68cb88..f6ed5c29 100644 --- a/fhir-models/fhir/humanName.go +++ b/fhir-models/fhir/humanName.go @@ -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"` }