View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Attributes | Constraints

Parent Package: ehr
Class EHR_STATUS


LOCATABLE
   |
   +--EHR_STATUS

Single object per EHR giving various EHR-wide information.

Attributes
SignatureOptionalityMultiplicityConstantDocumentation
 is_modifiable : Boolean  --  True if this EHR is allowed to be written to. 
 is_queryable : Boolean  --  True if this EHR should be included in population queries, i.e. if this EHR is considered active in the population. 
 other_details : ITEM_STRUCTURE 0..1  --  Any other details of the EHR summary object, in the form of an archetyped Item_structure. 
 subject : PARTY_SELF  --  The subject of this EHR. The external_ref attribute can be used to contain a direct reference to the subject in a demographic or identity service. Alternatively, the association between patients and their records may be done elsewhere for security reasons. 


Constraints
NameExpression
Is_archetype_rootinv: is_archetype_root  
Subject_validinv: subject /= Void  
No_parentinv: parent = Void