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

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


     * Indicates specific responsibility of an individual within the care plan.  E.g. \"Primary physician\", \"Team coordinator\", \"Caregiver\", etc.
     * </p>
   */
  public CodeableConceptDt getRole() { 
    if (myRole == null) {
      myRole = new CodeableConceptDt();
    }
    return myRole;
  }
View Full Code Here


     * Detailed description of the type of activity.  E.g. What lab test, what procedure, what kind of encounter.
     * </p>
   */
  public CodeableConceptDt getCode() { 
    if (myCode == null) {
      myCode = new CodeableConceptDt();
    }
    return myCode;
  }
View Full Code Here

     * A kind of this device
     * </p>
   */
  public CodeableConceptDt getType() { 
    if (myType == null) {
      myType = new CodeableConceptDt();
    }
    return myType;
  }
View Full Code Here

     * Additional instructions such as \"Swallow with plenty of water\" which may or may not be coded.
     * </p>
   */
  public CodeableConceptDt getAdditionalInstructions() { 
    if (myAdditionalInstructions == null) {
      myAdditionalInstructions = new CodeableConceptDt();
    }
    return myAdditionalInstructions;
  }
View Full Code Here

     * A coded specification of the anatomic site where the medication first enters the body
     * </p>
   */
  public CodeableConceptDt getSite() { 
    if (mySite == null) {
      mySite = new CodeableConceptDt();
    }
    return mySite;
  }
View Full Code Here

     * A code specifying the route or physiological path of administration of a therapeutic agent into or onto a patient.
     * </p>
   */
  public CodeableConceptDt getRoute() { 
    if (myRoute == null) {
      myRoute = new CodeableConceptDt();
    }
    return myRoute;
  }
View Full Code Here

     * A coded value indicating the method by which the medication is introduced into or onto the body. Most commonly used for injections.  Examples:  Slow Push; Deep IV.Terminologies used often pre-coordinate this term with the route and or form of administration.
     * </p>
   */
  public CodeableConceptDt getMethod() { 
    if (myMethod == null) {
      myMethod = new CodeableConceptDt();
    }
    return myMethod;
  }
View Full Code Here

     * A code signifying whether a different drug should be dispensed from what was prescribed.
     * </p>
   */
  public CodeableConceptDt getType() { 
    if (myType == null) {
      myType = new CodeableConceptDt();
    }
    return myType;
  }
View Full Code Here

     * Indicates the reason for the substitution, or why substitution must or must not be performed.
     * </p>
   */
  public CodeableConceptDt getReason() { 
    if (myReason == null) {
      myReason = new CodeableConceptDt();
    }
    return myReason;
  }
View Full Code Here

     * Additional information about the event that occurred - e.g. if the status remained unchanged
     * </p>
   */
  public CodeableConceptDt getDescription() { 
    if (myDescription == null) {
      myDescription = new CodeableConceptDt();
    }
    return myDescription;
  }
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.