Class AddressTypeCodes
The type of an address (physical / postal)
The type of an address (physical / postal).
Inheritance
System.Object
AddressTypeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AddressTypeCodes : object
Fields
| Improve this Doc View SourceLiteralAddressTypePhysical
Literal for code: AddressTypePhysical
Declaration
public const string LiteralAddressTypePhysical = null
Field Value
Type | Description |
---|---|
System. |
LiteralAddressTypePostal
Literal for code: AddressTypePostal
Declaration
public const string LiteralAddressTypePostal = null
Field Value
Type | Description |
---|---|
System. |
LiteralAddressTypePostalAndPhysical
Literal for code: AddressTypePostalAndPhysical
Declaration
public const string LiteralAddressTypePostalAndPhysical = null
Field Value
Type | Description |
---|---|
System. |
LiteralPhysical
Literal for code: Physical
Declaration
public const string LiteralPhysical = null
Field Value
Type | Description |
---|---|
System. |
LiteralPostal
Literal for code: Postal
Declaration
public const string LiteralPostal = null
Field Value
Type | Description |
---|---|
System. |
LiteralPostalAndPhysical
Literal for code: PostalAndPhysical
Declaration
public const string LiteralPostalAndPhysical = null
Field Value
Type | Description |
---|---|
System. |
Physical
A physical address that can be visited.
Declaration
public static readonly Coding Physical
Field Value
Type | Description |
---|---|
Coding |
Postal
Mailing addresses - PO Boxes and care-of addresses.
Declaration
public static readonly Coding Postal
Field Value
Type | Description |
---|---|
Coding |
PostalAndPhysical
An address that is both physical and postal.
Declaration
public static readonly Coding PostalAndPhysical
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up AddressType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |