Package ca.uhn.fhir.model.dstu.composite

Examples of ca.uhn.fhir.model.dstu.composite.CodeableConceptDt


     * The degree of confidence that this condition is correct
     * </p>
   */
  public CodeableConceptDt getCertainty() { 
    if (myCertainty == null) {
      myCertainty = new CodeableConceptDt();
    }
    return myCertainty;
  }
View Full Code Here


     * A subjective assessment of the severity of the condition as evaluated by the clinician.
     * </p>
   */
  public CodeableConceptDt getSeverity() { 
    if (mySeverity == null) {
      mySeverity = new CodeableConceptDt();
    }
    return mySeverity;
  }
View Full Code Here

     * A simple summary of the stage such as \"Stage 3\". The determination of the stage is disease-specific
     * </p>
   */
  public CodeableConceptDt getSummary() { 
    if (mySummary == null) {
      mySummary = new CodeableConceptDt();
    }
    return mySummary;
  }
View Full Code Here

     * A manifestation or symptom that led to the recording of this condition
     * </p>
   */
  public CodeableConceptDt getCode() { 
    if (myCode == null) {
      myCode = new CodeableConceptDt();
    }
    return myCode;
  }
View Full Code Here

     * Code that identifies the structural location
     * </p>
   */
  public CodeableConceptDt getCode() { 
    if (myCode == null) {
      myCode = new CodeableConceptDt();
    }
    return myCode;
  }
View Full Code Here

     * Code that identifies the target of this relationship. The code takes the place of a detailed instance target
     * </p>
   */
  public CodeableConceptDt getCode() { 
    if (myCode == null) {
      myCode = new CodeableConceptDt();
    }
    return myCode;
  }
View Full Code Here

     * Vaccine that was administered or was to be administered
     * </p>
   */
  public CodeableConceptDt getVaccineType() { 
    if (myVaccineType == null) {
      myVaccineType = new CodeableConceptDt();
    }
    return myVaccineType;
  }
View Full Code Here

     * Body site where vaccine was administered
     * </p>
   */
  public CodeableConceptDt getSite() { 
    if (mySite == null) {
      mySite = new CodeableConceptDt();
    }
    return mySite;
  }
View Full Code Here

     * A code or name that describes this diagnostic report
     * </p>
   */
  public CodeableConceptDt getName() { 
    if (myName == null) {
      myName = new CodeableConceptDt();
    }
    return myName;
  }
View Full Code Here

     * The section of the diagnostic service that performs the examination e.g. biochemistry, hematology, MRI
     * </p>
   */
  public CodeableConceptDt getServiceCategory() { 
    if (myServiceCategory == null) {
      myServiceCategory = new CodeableConceptDt();
    }
    return myServiceCategory;
  }
View Full Code Here

TOP

Related Classes of ca.uhn.fhir.model.dstu.composite.CodeableConceptDt

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.