Identifier

public class Identifier

Represents a single patient identifier. A patient identifier is any unique number that can identify a patient. Examples are a Medical Record Number, a National ID, a Social Security Number, a driver’s license number, etc. A patient can have any number of identifiers.

Constructors

Identifier

public Identifier()

Identifier

public Identifier(String identifier, IdentifierType identifierType)

Identifier

public Identifier(String identifier, IdentifierType identifierType, Location location)

Methods

equals

public boolean equals(Object o)

getDisplay

public String getDisplay()

getIdentifier

public String getIdentifier()

getIdentifierType

public IdentifierType getIdentifierType()

getLocation

public Location getLocation()

getUuid

public String getUuid()

hashCode

public int hashCode()

setDisplay

public void setDisplay(String display)

setIdentifier

public void setIdentifier(String identifier)

setIdentifierType

public void setIdentifierType(IdentifierType identifierType)

setLocation

public void setLocation(Location location)

setUuid

public void setUuid(String uuid)