org.hl7.rim

Interface Patient

public interface Patient extends RimObject, Role

Interface for RIM class Patient.

A Role of a LivingSubject (player) as a recipient of health care services from a healthcare provider (scoper).

Method Summary
CEgetConfidentialityCode()
Gets attribute confidentialityCode of type CE and cardinality 0..1.
CEgetVeryImportantPersonCode()
Gets attribute veryImportantPersonCode of type CE and cardinality 0..1.
voidsetConfidentialityCode(CE value)
Sets attribute confidentialityCode of type CE and cardinality 0..1.
voidsetVeryImportantPersonCode(CE value)
Sets attribute veryImportantPersonCode of type CE and cardinality 0..1.

Method Detail

getConfidentialityCode

public CE getConfidentialityCode()
Gets attribute confidentialityCode of type CE and cardinality 0..1.

A code specifying the privacy protection policies in place for this patient.

Returns: the attribute value

getVeryImportantPersonCode

public CE getVeryImportantPersonCode()
Gets attribute veryImportantPersonCode of type CE and cardinality 0..1.

A code specifying the Patient's special status granted by the scoper organization, often resulting in preferred treatment and special considerations. For example, board member, diplomat, etc.

Returns: the attribute value

setConfidentialityCode

public void setConfidentialityCode(CE value)
Sets attribute confidentialityCode of type CE and cardinality 0..1.

A code specifying the privacy protection policies in place for this patient.

Parameters: value the new attribute value

setVeryImportantPersonCode

public void setVeryImportantPersonCode(CE value)
Sets attribute veryImportantPersonCode of type CE and cardinality 0..1.

A code specifying the Patient's special status granted by the scoper organization, often resulting in preferred treatment and special considerations. For example, board member, diplomat, etc.

Parameters: value the new attribute value