public class QuestionnaireResponse extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent |
static class |
QuestionnaireResponse.QuestionnaireResponseItemComponent |
static class |
QuestionnaireResponse.QuestionnaireResponseStatus |
static class |
QuestionnaireResponse.QuestionnaireResponseStatusEnumFactory |
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
author
Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
AUTHOR
Fluent Client search parameter constant for author
|
protected DateTimeType |
authored
The date and/or time that this version of the questionnaire response was authored.
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
AUTHORED
Fluent Client search parameter constant for authored
|
protected Resource |
authorTarget
The actual object that is the target of the reference (Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.)
|
protected Reference |
encounter
Encounter during which this set of questionnaire response were collected.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
ENCOUNTER
Fluent Client search parameter constant for encounter
|
protected Encounter |
encounterTarget
The actual object that is the target of the reference (Encounter during which this set of questionnaire response were collected.
|
protected Identifier |
identifier
A business identifier assigned to a particular completed (or partially completed) questionnaire.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_AUTHOR
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_ENCOUNTER
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_QUESTIONNAIRE
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_SOURCE
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements.
|
protected List<QuestionnaireResponse.QuestionnaireResponseItemComponent> |
item
Corresponds to a group or question item from the original questionnaire.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
protected Reference |
questionnaire
Indicates the Questionnaire resource that defines the form for which answers are being provided.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
QUESTIONNAIRE
Fluent Client search parameter constant for questionnaire
|
protected Questionnaire |
questionnaireTarget
The actual object that is the target of the reference (Indicates the Questionnaire resource that defines the form for which answers are being provided.)
|
protected Reference |
source
The person who answered the questions about the subject.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
SOURCE
Fluent Client search parameter constant for source
|
protected Resource |
sourceTarget
The actual object that is the target of the reference (The person who answered the questions about the subject.)
|
static String |
SP_AUTHOR
Search parameter: author
|
static String |
SP_AUTHORED
Search parameter: authored
|
static String |
SP_ENCOUNTER
Search parameter: encounter
|
static String |
SP_PATIENT
Search parameter: patient
|
static String |
SP_QUESTIONNAIRE
Search parameter: questionnaire
|
static String |
SP_SOURCE
Search parameter: source
|
static String |
SP_STATUS
Search parameter: status
|
static String |
SP_SUBJECT
Search parameter: subject
|
protected Enumeration<QuestionnaireResponse.QuestionnaireResponseStatus> |
status
The lifecycle status of the questionnaire response as a whole.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
STATUS
Fluent Client search parameter constant for status
|
protected Reference |
subject
The subject of the questionnaire response.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
SUBJECT
Fluent Client search parameter constant for subject
|
protected Resource |
subjectTarget
The actual object that is the target of the reference (The subject of the questionnaire response.
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
QuestionnaireResponse()
Constructor
|
QuestionnaireResponse(Enumeration<QuestionnaireResponse.QuestionnaireResponseStatus> status)
Constructor
|
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, setIdcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected Identifier identifier
protected Reference questionnaire
protected Questionnaire questionnaireTarget
protected Enumeration<QuestionnaireResponse.QuestionnaireResponseStatus> status
protected Reference subject
protected Resource subjectTarget
protected Reference author
protected Resource authorTarget
protected DateTimeType authored
protected Resource sourceTarget
protected Reference encounter
protected Encounter encounterTarget
protected List<QuestionnaireResponse.QuestionnaireResponseItemComponent> item
public static final String SP_AUTHOR
Description: The author of the questionnaire
Type: reference
Path: QuestionnaireResponse.author
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam AUTHOR
Description: The author of the questionnaire
Type: reference
Path: QuestionnaireResponse.author
public static final ca.uhn.fhir.model.api.Include INCLUDE_AUTHOR
public static final String SP_QUESTIONNAIRE
Description: The questionnaire the answers are provided for
Type: reference
Path: QuestionnaireResponse.questionnaire
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam QUESTIONNAIRE
Description: The questionnaire the answers are provided for
Type: reference
Path: QuestionnaireResponse.questionnaire
public static final ca.uhn.fhir.model.api.Include INCLUDE_QUESTIONNAIRE
public static final String SP_PATIENT
Description: The patient that is the subject of the questionnaire
Type: reference
Path: QuestionnaireResponse.subject
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Description: The patient that is the subject of the questionnaire
Type: reference
Path: QuestionnaireResponse.subject
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
public static final String SP_AUTHORED
Description: When the questionnaire was authored
Type: date
Path: QuestionnaireResponse.authored
public static final ca.uhn.fhir.rest.gclient.DateClientParam AUTHORED
Description: When the questionnaire was authored
Type: date
Path: QuestionnaireResponse.authored
public static final String SP_SOURCE
Description: The person who answered the questions
Type: reference
Path: QuestionnaireResponse.source
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SOURCE
Description: The person who answered the questions
Type: reference
Path: QuestionnaireResponse.source
public static final ca.uhn.fhir.model.api.Include INCLUDE_SOURCE
public static final String SP_STATUS
Description: The status of the questionnaire response
Type: token
Path: QuestionnaireResponse.status
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Description: The status of the questionnaire response
Type: token
Path: QuestionnaireResponse.status
public static final String SP_SUBJECT
Description: The subject of the questionnaire
Type: reference
Path: QuestionnaireResponse.subject
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
Description: The subject of the questionnaire
Type: reference
Path: QuestionnaireResponse.subject
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
public static final String SP_ENCOUNTER
Description: Encounter during which questionnaire was authored
Type: reference
Path: QuestionnaireResponse.encounter
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ENCOUNTER
Description: Encounter during which questionnaire was authored
Type: reference
Path: QuestionnaireResponse.encounter
public static final ca.uhn.fhir.model.api.Include INCLUDE_ENCOUNTER
public QuestionnaireResponse()
public QuestionnaireResponse(Enumeration<QuestionnaireResponse.QuestionnaireResponseStatus> status)
public Identifier getIdentifier()
identifier (A business identifier assigned to a particular completed (or partially completed) questionnaire.)public boolean hasIdentifier()
public QuestionnaireResponse setIdentifier(Identifier value)
value - identifier (A business identifier assigned to a particular completed (or partially completed) questionnaire.)public Reference getQuestionnaire()
questionnaire (Indicates the Questionnaire resource that defines the form for which answers are being provided.)public boolean hasQuestionnaire()
public QuestionnaireResponse setQuestionnaire(Reference value)
value - questionnaire (Indicates the Questionnaire resource that defines the form for which answers are being provided.)public Questionnaire getQuestionnaireTarget()
questionnaire The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Indicates the Questionnaire resource that defines the form for which answers are being provided.)public QuestionnaireResponse setQuestionnaireTarget(Questionnaire value)
value - questionnaire The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Indicates the Questionnaire resource that defines the form for which answers are being provided.)public Enumeration<QuestionnaireResponse.QuestionnaireResponseStatus> getStatusElement()
status (The lifecycle status of the questionnaire response as a whole.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic boolean hasStatusElement()
public boolean hasStatus()
public QuestionnaireResponse setStatusElement(Enumeration<QuestionnaireResponse.QuestionnaireResponseStatus> value)
value - status (The lifecycle status of the questionnaire response as a whole.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic QuestionnaireResponse.QuestionnaireResponseStatus getStatus()
public QuestionnaireResponse setStatus(QuestionnaireResponse.QuestionnaireResponseStatus value)
value - The lifecycle status of the questionnaire response as a whole.public Reference getSubject()
subject (The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.)public boolean hasSubject()
public QuestionnaireResponse setSubject(Reference value)
value - subject (The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.)public Resource getSubjectTarget()
subject The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.)public QuestionnaireResponse setSubjectTarget(Resource value)
value - subject The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.)public Reference getAuthor()
author (Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.)public boolean hasAuthor()
public QuestionnaireResponse setAuthor(Reference value)
value - author (Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.)public Resource getAuthorTarget()
author The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.)public QuestionnaireResponse setAuthorTarget(Resource value)
value - author The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.)public DateTimeType getAuthoredElement()
authored (The date and/or time that this version of the questionnaire response was authored.). This is the underlying object with id, value and extensions. The accessor "getAuthored" gives direct access to the valuepublic boolean hasAuthoredElement()
public boolean hasAuthored()
public QuestionnaireResponse setAuthoredElement(DateTimeType value)
value - authored (The date and/or time that this version of the questionnaire response was authored.). This is the underlying object with id, value and extensions. The accessor "getAuthored" gives direct access to the valuepublic Date getAuthored()
public QuestionnaireResponse setAuthored(Date value)
value - The date and/or time that this version of the questionnaire response was authored.public Reference getSource()
source (The person who answered the questions about the subject.)public boolean hasSource()
public QuestionnaireResponse setSource(Reference value)
value - source (The person who answered the questions about the subject.)public Resource getSourceTarget()
source The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The person who answered the questions about the subject.)public QuestionnaireResponse setSourceTarget(Resource value)
value - source The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The person who answered the questions about the subject.)public Reference getEncounter()
encounter (Encounter during which this set of questionnaire response were collected. When there were multiple encounters, this is the one considered most relevant to the context of the answers.)public boolean hasEncounter()
public QuestionnaireResponse setEncounter(Reference value)
value - encounter (Encounter during which this set of questionnaire response were collected. When there were multiple encounters, this is the one considered most relevant to the context of the answers.)public Encounter getEncounterTarget()
encounter The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Encounter during which this set of questionnaire response were collected. When there were multiple encounters, this is the one considered most relevant to the context of the answers.)public QuestionnaireResponse setEncounterTarget(Encounter value)
value - encounter The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Encounter during which this set of questionnaire response were collected. When there were multiple encounters, this is the one considered most relevant to the context of the answers.)public List<QuestionnaireResponse.QuestionnaireResponseItemComponent> getItem()
item (Corresponds to a group or question item from the original questionnaire.)public boolean hasItem()
public QuestionnaireResponse.QuestionnaireResponseItemComponent addItem()
item (Corresponds to a group or question item from the original questionnaire.)public QuestionnaireResponse addItem(QuestionnaireResponse.QuestionnaireResponseItemComponent t)
protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic QuestionnaireResponse copy()
copy in class DomainResourceprotected QuestionnaireResponse typedCopy()
public boolean equalsDeep(Base other)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2018 University Health Network. All rights reserved.