Definition: A reference to a code defined by a terminology system
Requirements: References to codes are very common in healthcare models
714715716717718719720721722
* The code specifying the level of confidentiality of the Composition * </p> */ public CodingDt getConfidentiality() { if (myConfidentiality == null) { myConfidentiality = new CodingDt(); } return myConfidentiality; }