Show / Hide Table of Contents

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 Source

LiteralAddressTypePhysical

Literal for code: AddressTypePhysical

Declaration
public const string LiteralAddressTypePhysical = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAddressTypePostal

Literal for code: AddressTypePostal

Declaration
public const string LiteralAddressTypePostal = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAddressTypePostalAndPhysical

Literal for code: AddressTypePostalAndPhysical

Declaration
public const string LiteralAddressTypePostalAndPhysical = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralPhysical

Literal for code: Physical

Declaration
public const string LiteralPhysical = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralPostal

Literal for code: Postal

Declaration
public const string LiteralPostal = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralPostalAndPhysical

Literal for code: PostalAndPhysical

Declaration
public const string LiteralPostalAndPhysical = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Physical

A physical address that can be visited.

Declaration
public static readonly Coding Physical
Field Value
Type Description
Coding
| Improve this Doc View Source

Postal

Mailing addresses - PO Boxes and care-of addresses.

Declaration
public static readonly Coding Postal
Field Value
Type Description
Coding
| Improve this Doc View Source

PostalAndPhysical

An address that is both physical and postal.

Declaration
public static readonly Coding PostalAndPhysical
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up AddressType Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX