FHIR R5 Address data type.
An address expressed using postal conventions.
https://www.hl7.org/fhir/R5/datatypes.html#Address
Use codes: home | work | temp | old | billing Type codes: postal | physical | both
Summary
Functions
Builds the struct from a string-keyed map (e.g., from decoded FHIR JSON).
Builds a new struct from a map or keyword list of field values.
Converts the struct to a string-keyed map for use with FhirEx.JSON.
Types
@type t() :: %FhirEx.Types.Address{ city: String.t() | nil, country: String.t() | nil, district: String.t() | nil, line: [String.t()] | nil, period: FhirEx.Types.Period.t() | nil, postal_code: String.t() | nil, state: String.t() | nil, text: String.t() | nil, type: String.t() | nil, use: String.t() | nil }
Functions
Builds the struct from a string-keyed map (e.g., from decoded FHIR JSON).
Builds a new struct from a map or keyword list of field values.
Converts the struct to a string-keyed map for use with FhirEx.JSON.