public class ImmunizationRecommendation extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent |
static class |
ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent |
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
authority
Indicates the authority who published the protocol (e.g.
|
protected Organization |
authorityTarget
The actual object that is the target of the reference (Indicates the authority who published the protocol (e.g.
|
protected DateTimeType |
date
The date the immunization recommendation(s) were created.
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
DATE
Fluent Client search parameter constant for date
|
protected List<Identifier> |
identifier
A unique identifier assigned to this particular recommendation record.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_INFORMATION
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_SUPPORT
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
INFORMATION
Fluent Client search parameter constant for information
|
protected Reference |
patient
The patient the recommendation(s) are for.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
protected Patient |
patientTarget
The actual object that is the target of the reference (The patient the recommendation(s) are for.)
|
protected List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent> |
recommendation
Vaccine administration recommendations.
|
static String |
SP_DATE
Search parameter: date
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_INFORMATION
Search parameter: information
|
static String |
SP_PATIENT
Search parameter: patient
|
static String |
SP_STATUS
Search parameter: status
|
static String |
SP_SUPPORT
Search parameter: support
|
static String |
SP_TARGET_DISEASE
Search parameter: target-disease
|
static String |
SP_VACCINE_TYPE
Search parameter: vaccine-type
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
STATUS
Fluent Client search parameter constant for status
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
SUPPORT
Fluent Client search parameter constant for support
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
TARGET_DISEASE
Fluent Client search parameter constant for target-disease
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
VACCINE_TYPE
Fluent Client search parameter constant for vaccine-type
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
ImmunizationRecommendation()
Constructor
|
ImmunizationRecommendation(Reference patient,
DateTimeType date)
Constructor
|
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setTextcopyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, isResource, setIdcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected List<Identifier> identifier
protected Patient patientTarget
protected DateTimeType date
protected Reference authority
protected Organization authorityTarget
protected List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent> recommendation
public static final String SP_DATE
Description: Date recommendation(s) created
Type: date
Path: ImmunizationRecommendation.date
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Description: Date recommendation(s) created
Type: date
Path: ImmunizationRecommendation.date
public static final String SP_IDENTIFIER
Description: Business identifier
Type: token
Path: ImmunizationRecommendation.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: Business identifier
Type: token
Path: ImmunizationRecommendation.identifier
public static final String SP_TARGET_DISEASE
Description: Disease to be immunized against
Type: token
Path: ImmunizationRecommendation.recommendation.targetDisease
public static final ca.uhn.fhir.rest.gclient.TokenClientParam TARGET_DISEASE
Description: Disease to be immunized against
Type: token
Path: ImmunizationRecommendation.recommendation.targetDisease
public static final String SP_PATIENT
Description: Who this profile is for
Type: reference
Path: ImmunizationRecommendation.patient
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Description: Who this profile is for
Type: reference
Path: ImmunizationRecommendation.patient
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
public static final String SP_VACCINE_TYPE
Description: Vaccine or vaccine group recommendation applies to
Type: token
Path: ImmunizationRecommendation.recommendation.vaccineCode
public static final ca.uhn.fhir.rest.gclient.TokenClientParam VACCINE_TYPE
Description: Vaccine or vaccine group recommendation applies to
Type: token
Path: ImmunizationRecommendation.recommendation.vaccineCode
public static final String SP_INFORMATION
Description: Patient observations supporting recommendation
Type: reference
Path: ImmunizationRecommendation.recommendation.supportingPatientInformation
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam INFORMATION
Description: Patient observations supporting recommendation
Type: reference
Path: ImmunizationRecommendation.recommendation.supportingPatientInformation
public static final ca.uhn.fhir.model.api.Include INCLUDE_INFORMATION
public static final String SP_SUPPORT
Description: Past immunizations supporting recommendation
Type: reference
Path: ImmunizationRecommendation.recommendation.supportingImmunization
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUPPORT
Description: Past immunizations supporting recommendation
Type: reference
Path: ImmunizationRecommendation.recommendation.supportingImmunization
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUPPORT
public static final String SP_STATUS
Description: Vaccine recommendation status
Type: token
Path: ImmunizationRecommendation.recommendation.forecastStatus
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Description: Vaccine recommendation status
Type: token
Path: ImmunizationRecommendation.recommendation.forecastStatus
public ImmunizationRecommendation()
public ImmunizationRecommendation(Reference patient, DateTimeType date)
public List<Identifier> getIdentifier()
identifier (A unique identifier assigned to this particular recommendation record.)public ImmunizationRecommendation setIdentifier(List<Identifier> theIdentifier)
this for easy method chainingpublic boolean hasIdentifier()
public Identifier addIdentifier()
public ImmunizationRecommendation addIdentifier(Identifier t)
public Identifier getIdentifierFirstRep()
identifier, creating it if it does not already existpublic Reference getPatient()
patient (The patient the recommendation(s) are for.)public boolean hasPatient()
public ImmunizationRecommendation setPatient(Reference value)
value - patient (The patient the recommendation(s) are for.)public Patient getPatientTarget()
patient 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 patient the recommendation(s) are for.)public ImmunizationRecommendation setPatientTarget(Patient value)
value - patient 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 patient the recommendation(s) are for.)public DateTimeType getDateElement()
date (The date the immunization recommendation(s) were created.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic boolean hasDateElement()
public boolean hasDate()
public ImmunizationRecommendation setDateElement(DateTimeType value)
value - date (The date the immunization recommendation(s) were created.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic ImmunizationRecommendation setDate(Date value)
value - The date the immunization recommendation(s) were created.public Reference getAuthority()
authority (Indicates the authority who published the protocol (e.g. ACIP).)public boolean hasAuthority()
public ImmunizationRecommendation setAuthority(Reference value)
value - authority (Indicates the authority who published the protocol (e.g. ACIP).)public Organization getAuthorityTarget()
authority 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 authority who published the protocol (e.g. ACIP).)public ImmunizationRecommendation setAuthorityTarget(Organization value)
value - authority 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 authority who published the protocol (e.g. ACIP).)public List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent> getRecommendation()
recommendation (Vaccine administration recommendations.)public ImmunizationRecommendation setRecommendation(List<ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent> theRecommendation)
this for easy method chainingpublic boolean hasRecommendation()
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent addRecommendation()
public ImmunizationRecommendation addRecommendation(ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent t)
public ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent getRecommendationFirstRep()
recommendation, creating it if it does not already existprotected void listChildren(List<Property> children)
listChildren in class DomainResourcepublic Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
getNamedProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base 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 String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
getTypesForProperty 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 interface org.hl7.fhir.instance.model.api.IBasefhirType in class DomainResourcepublic ImmunizationRecommendation copy()
copy in class DomainResourcepublic void copyValues(ImmunizationRecommendation dst)
protected ImmunizationRecommendation 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–2021 Health Level 7. All rights reserved.