/// <summary> /// Initializes a new instance of the <see cref="CodableConceptModel" /> class. /// </summary> /// <param name="template">The template.</param> public CodableConceptModel(CodableConceptModel template) : base(template) { Coding = new CodingModel(); }
/// <summary> /// Initializes a new instance of the <see cref="ComponentModel" /> class. /// </summary> /// <param name="template">The template.</param> public ComponentModel(ComponentModel template) : base(template) { Code = new CodableConceptModel(); Interpretation = new CodableConceptModel(); Value = new QuantityModel(); }