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

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


     * The target document of this relationship
     * </p>
   */
  public ResourceReferenceDt getTarget() { 
    if (myTarget == null) {
      myTarget = new ResourceReferenceDt();
    }
    return myTarget;
  }
View Full Code Here


     * Identification information for the device that is the source of the data
     * </p>
   */
  public ResourceReferenceDt getSource() { 
    if (mySource == null) {
      mySource = new ResourceReferenceDt();
    }
    return mySource;
  }
View Full Code Here

     * The data for the metric
     * </p>
   */
  public ResourceReferenceDt getObservation() { 
    if (myObservation == null) {
      myObservation = new ResourceReferenceDt();
    }
    return myObservation;
  }
View Full Code Here

     * Subject of the analysis
     * </p>
   */
  public ResourceReferenceDt getSubject() { 
    if (mySubject == null) {
      mySubject = new ResourceReferenceDt();
    }
    return mySubject;
  }
View Full Code Here

     * Author of the analysis
     * </p>
   */
  public ResourceReferenceDt getAuthor() { 
    if (myAuthor == null) {
      myAuthor = new ResourceReferenceDt();
    }
    return myAuthor;
  }
View Full Code Here

     * The person or animal to whom the medication was given.
     * </p>
   */
  public ResourceReferenceDt getPatient() { 
    if (myPatient == null) {
      myPatient = new ResourceReferenceDt();
    }
    return myPatient;
  }
View Full Code Here

     * The individual who was responsible for giving the medication to the patient.
     * </p>
   */
  public ResourceReferenceDt getPractitioner() { 
    if (myPractitioner == null) {
      myPractitioner = new ResourceReferenceDt();
    }
    return myPractitioner;
  }
View Full Code Here

     * The visit or admission the or other contact between patient and health care provider the medication administration was performed as part of.
     * </p>
   */
  public ResourceReferenceDt getEncounter() { 
    if (myEncounter == null) {
      myEncounter = new ResourceReferenceDt();
    }
    return myEncounter;
  }
View Full Code Here

     * The original request, instruction or authority to perform the administration.
     * </p>
   */
  public ResourceReferenceDt getPrescription() { 
    if (myPrescription == null) {
      myPrescription = new ResourceReferenceDt();
    }
    return myPrescription;
  }
View Full Code Here

     * Identifies the medication that was administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.
     * </p>
   */
  public ResourceReferenceDt getMedication() { 
    if (myMedication == null) {
      myMedication = new ResourceReferenceDt();
    }
    return myMedication;
  }
View Full Code Here

TOP

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

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.