public class Immunization extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
Immunization.ImmunizationExplanationComponent |
static class |
Immunization.ImmunizationReactionComponent |
static class |
Immunization.ImmunizationVaccinationProtocolComponent |
| Modifier and Type | Field and Description |
|---|---|
protected DateTimeType |
date
Date vaccine administered or was to be administered.
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
DATE
Fluent Client search parameter constant for date
|
static ca.uhn.fhir.rest.gclient.NumberClientParam |
DOSE_SEQUENCE
Fluent Client search parameter constant for dose-sequence
|
protected SimpleQuantity |
doseQuantity
The quantity of vaccine product that was administered.
|
protected Reference |
encounter
The visit or admission or other contact between patient and health care provider the immunization was performed as part of.
|
protected Encounter |
encounterTarget
The actual object that is the target of the reference (The visit or admission or other contact between patient and health care provider the immunization was performed as part of.)
|
protected DateType |
expirationDate
Date vaccine batch expires.
|
protected Immunization.ImmunizationExplanationComponent |
explanation
Reasons why a vaccine was or was not administered.
|
protected List<Identifier> |
identifier
A unique identifier assigned to this immunization record.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_LOCATION
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_MANUFACTURER
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_PERFORMER
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_REACTION
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_REQUESTER
Constant for fluent queries to be used to add include statements.
|
protected Reference |
location
The service delivery location where the vaccine administration occurred.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
LOCATION
Fluent Client search parameter constant for location
|
protected Location |
locationTarget
The actual object that is the target of the reference (The service delivery location where the vaccine administration occurred.)
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
LOT_NUMBER
Fluent Client search parameter constant for lot-number
|
protected StringType |
lotNumber
Lot number of the vaccine product.
|
protected Reference |
manufacturer
Name of vaccine manufacturer.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
MANUFACTURER
Fluent Client search parameter constant for manufacturer
|
protected Organization |
manufacturerTarget
The actual object that is the target of the reference (Name of vaccine manufacturer.)
|
protected List<Annotation> |
note
Extra information about the immunization that is not conveyed by the other attributes.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
NOTGIVEN
Fluent Client search parameter constant for notgiven
|
protected Reference |
patient
The patient who either received or did not receive the immunization.
|
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 who either received or did not receive the immunization.)
|
protected Reference |
performer
Clinician who administered the vaccine.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PERFORMER
Fluent Client search parameter constant for performer
|
protected Practitioner |
performerTarget
The actual object that is the target of the reference (Clinician who administered the vaccine.)
|
protected List<Immunization.ImmunizationReactionComponent> |
reaction
Categorical data indicating that an adverse event is associated in time to an immunization.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
REACTION
Fluent Client search parameter constant for reaction
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
REACTION_DATE
Fluent Client search parameter constant for reaction-date
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
REASON
Fluent Client search parameter constant for reason
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
REASON_NOT_GIVEN
Fluent Client search parameter constant for reason-not-given
|
protected BooleanType |
reported
True if this administration was reported rather than directly administered.
|
protected Reference |
requester
Clinician who ordered the vaccination.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
REQUESTER
Fluent Client search parameter constant for requester
|
protected Practitioner |
requesterTarget
The actual object that is the target of the reference (Clinician who ordered the vaccination.)
|
protected CodeableConcept |
route
The path by which the vaccine product is taken into the body.
|
protected CodeableConcept |
site
Body site where vaccine was administered.
|
static String |
SP_DATE
Search parameter: date
|
static String |
SP_DOSE_SEQUENCE
Search parameter: dose-sequence
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_LOCATION
Search parameter: location
|
static String |
SP_LOT_NUMBER
Search parameter: lot-number
|
static String |
SP_MANUFACTURER
Search parameter: manufacturer
|
static String |
SP_NOTGIVEN
Search parameter: notgiven
|
static String |
SP_PATIENT
Search parameter: patient
|
static String |
SP_PERFORMER
Search parameter: performer
|
static String |
SP_REACTION
Search parameter: reaction
|
static String |
SP_REACTION_DATE
Search parameter: reaction-date
|
static String |
SP_REASON
Search parameter: reason
|
static String |
SP_REASON_NOT_GIVEN
Search parameter: reason-not-given
|
static String |
SP_REQUESTER
Search parameter: requester
|
static String |
SP_STATUS
Search parameter: status
|
static String |
SP_VACCINE_CODE
Search parameter: vaccine-code
|
protected CodeType |
status
Indicates the current status of the vaccination event.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
STATUS
Fluent Client search parameter constant for status
|
protected List<Immunization.ImmunizationVaccinationProtocolComponent> |
vaccinationProtocol
Contains information about the protocol(s) under which the vaccine was administered.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
VACCINE_CODE
Fluent Client search parameter constant for vaccine-code
|
protected CodeableConcept |
vaccineCode
Vaccine that was administered or was to be administered.
|
protected BooleanType |
wasNotGiven
Indicates if the vaccination was or was not given.
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
Immunization()
Constructor
|
Immunization(CodeType status,
CodeableConcept vaccineCode,
Reference patient,
BooleanType wasNotGiven,
BooleanType reported)
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 List<Identifier> identifier
protected DateTimeType date
protected CodeableConcept vaccineCode
protected Reference patient
protected Patient patientTarget
protected BooleanType wasNotGiven
protected BooleanType reported
protected Practitioner performerTarget
protected Practitioner requesterTarget
protected Reference encounter
protected Encounter encounterTarget
protected Reference manufacturer
protected Organization manufacturerTarget
protected Reference location
protected Location locationTarget
protected StringType lotNumber
protected DateType expirationDate
protected CodeableConcept site
protected CodeableConcept route
protected SimpleQuantity doseQuantity
protected List<Annotation> note
protected Immunization.ImmunizationExplanationComponent explanation
protected List<Immunization.ImmunizationReactionComponent> reaction
protected List<Immunization.ImmunizationVaccinationProtocolComponent> vaccinationProtocol
public static final String SP_REACTION
Description: Additional information on reaction
Type: reference
Path: Immunization.reaction.detail
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam REACTION
Description: Additional information on reaction
Type: reference
Path: Immunization.reaction.detail
public static final ca.uhn.fhir.model.api.Include INCLUDE_REACTION
public static final String SP_REQUESTER
Description: The practitioner who ordered the vaccination
Type: reference
Path: Immunization.requester
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam REQUESTER
Description: The practitioner who ordered the vaccination
Type: reference
Path: Immunization.requester
public static final ca.uhn.fhir.model.api.Include INCLUDE_REQUESTER
public static final String SP_DOSE_SEQUENCE
Description: Dose number within series
Type: number
Path: Immunization.vaccinationProtocol.doseSequence
public static final ca.uhn.fhir.rest.gclient.NumberClientParam DOSE_SEQUENCE
Description: Dose number within series
Type: number
Path: Immunization.vaccinationProtocol.doseSequence
public static final String SP_STATUS
Description: Immunization event status
Type: token
Path: Immunization.status
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Description: Immunization event status
Type: token
Path: Immunization.status
public static final String SP_LOCATION
Description: The service delivery location or facility in which the vaccine was / was to be administered
Type: reference
Path: Immunization.location
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam LOCATION
Description: The service delivery location or facility in which the vaccine was / was to be administered
Type: reference
Path: Immunization.location
public static final ca.uhn.fhir.model.api.Include INCLUDE_LOCATION
public static final String SP_REASON
Description: Why immunization occurred
Type: token
Path: Immunization.explanation.reason
public static final ca.uhn.fhir.rest.gclient.TokenClientParam REASON
Description: Why immunization occurred
Type: token
Path: Immunization.explanation.reason
public static final String SP_REACTION_DATE
Description: When reaction started
Type: date
Path: Immunization.reaction.date
public static final ca.uhn.fhir.rest.gclient.DateClientParam REACTION_DATE
Description: When reaction started
Type: date
Path: Immunization.reaction.date
public static final String SP_NOTGIVEN
Description: Administrations which were not given
Type: token
Path: Immunization.wasNotGiven
public static final ca.uhn.fhir.rest.gclient.TokenClientParam NOTGIVEN
Description: Administrations which were not given
Type: token
Path: Immunization.wasNotGiven
public static final String SP_DATE
Description: Vaccination (non)-Administration Date
Type: date
Path: Immunization.date
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Description: Vaccination (non)-Administration Date
Type: date
Path: Immunization.date
public static final String SP_REASON_NOT_GIVEN
Description: Explanation of reason vaccination was not administered
Type: token
Path: Immunization.explanation.reasonNotGiven
public static final ca.uhn.fhir.rest.gclient.TokenClientParam REASON_NOT_GIVEN
Description: Explanation of reason vaccination was not administered
Type: token
Path: Immunization.explanation.reasonNotGiven
public static final String SP_VACCINE_CODE
Description: Vaccine Product Administered
Type: token
Path: Immunization.vaccineCode
public static final ca.uhn.fhir.rest.gclient.TokenClientParam VACCINE_CODE
Description: Vaccine Product Administered
Type: token
Path: Immunization.vaccineCode
public static final String SP_PATIENT
Description: The patient for the vaccination record
Type: reference
Path: Immunization.patient
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Description: The patient for the vaccination record
Type: reference
Path: Immunization.patient
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
public static final String SP_LOT_NUMBER
Description: Vaccine Lot Number
Type: string
Path: Immunization.lotNumber
public static final ca.uhn.fhir.rest.gclient.StringClientParam LOT_NUMBER
Description: Vaccine Lot Number
Type: string
Path: Immunization.lotNumber
public static final String SP_MANUFACTURER
Description: Vaccine Manufacturer
Type: reference
Path: Immunization.manufacturer
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam MANUFACTURER
Description: Vaccine Manufacturer
Type: reference
Path: Immunization.manufacturer
public static final ca.uhn.fhir.model.api.Include INCLUDE_MANUFACTURER
public static final String SP_PERFORMER
Description: The practitioner who administered the vaccination
Type: reference
Path: Immunization.performer
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PERFORMER
Description: The practitioner who administered the vaccination
Type: reference
Path: Immunization.performer
public static final ca.uhn.fhir.model.api.Include INCLUDE_PERFORMER
public static final String SP_IDENTIFIER
Description: Business identifier
Type: token
Path: Immunization.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: Business identifier
Type: token
Path: Immunization.identifier
public Immunization()
public Immunization(CodeType status, CodeableConcept vaccineCode, Reference patient, BooleanType wasNotGiven, BooleanType reported)
public List<Identifier> getIdentifier()
identifier (A unique identifier assigned to this immunization record.)public boolean hasIdentifier()
public Identifier addIdentifier()
identifier (A unique identifier assigned to this immunization record.)public Immunization addIdentifier(Identifier t)
public CodeType getStatusElement()
status (Indicates the current status of the vaccination event.). 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 Immunization setStatusElement(CodeType value)
value - status (Indicates the current status of the vaccination event.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic Immunization setStatus(String value)
value - Indicates the current status of the vaccination event.public DateTimeType getDateElement()
date (Date vaccine administered or was to be administered.). 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 Immunization setDateElement(DateTimeType value)
value - date (Date vaccine administered or was to be administered.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic Immunization setDate(Date value)
value - Date vaccine administered or was to be administered.public CodeableConcept getVaccineCode()
vaccineCode (Vaccine that was administered or was to be administered.)public boolean hasVaccineCode()
public Immunization setVaccineCode(CodeableConcept value)
value - vaccineCode (Vaccine that was administered or was to be administered.)public Reference getPatient()
patient (The patient who either received or did not receive the immunization.)public boolean hasPatient()
public Immunization setPatient(Reference value)
value - patient (The patient who either received or did not receive the immunization.)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 who either received or did not receive the immunization.)public Immunization 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 who either received or did not receive the immunization.)public BooleanType getWasNotGivenElement()
wasNotGiven (Indicates if the vaccination was or was not given.). This is the underlying object with id, value and extensions. The accessor "getWasNotGiven" gives direct access to the valuepublic boolean hasWasNotGivenElement()
public boolean hasWasNotGiven()
public Immunization setWasNotGivenElement(BooleanType value)
value - wasNotGiven (Indicates if the vaccination was or was not given.). This is the underlying object with id, value and extensions. The accessor "getWasNotGiven" gives direct access to the valuepublic boolean getWasNotGiven()
public Immunization setWasNotGiven(boolean value)
value - Indicates if the vaccination was or was not given.public BooleanType getReportedElement()
reported (True if this administration was reported rather than directly administered.). This is the underlying object with id, value and extensions. The accessor "getReported" gives direct access to the valuepublic boolean hasReportedElement()
public boolean hasReported()
public Immunization setReportedElement(BooleanType value)
value - reported (True if this administration was reported rather than directly administered.). This is the underlying object with id, value and extensions. The accessor "getReported" gives direct access to the valuepublic boolean getReported()
public Immunization setReported(boolean value)
value - True if this administration was reported rather than directly administered.public Reference getPerformer()
performer (Clinician who administered the vaccine.)public boolean hasPerformer()
public Immunization setPerformer(Reference value)
value - performer (Clinician who administered the vaccine.)public Practitioner getPerformerTarget()
performer 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. (Clinician who administered the vaccine.)public Immunization setPerformerTarget(Practitioner value)
value - performer 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. (Clinician who administered the vaccine.)public Reference getRequester()
requester (Clinician who ordered the vaccination.)public boolean hasRequester()
public Immunization setRequester(Reference value)
value - requester (Clinician who ordered the vaccination.)public Practitioner getRequesterTarget()
requester 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. (Clinician who ordered the vaccination.)public Immunization setRequesterTarget(Practitioner value)
value - requester 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. (Clinician who ordered the vaccination.)public Reference getEncounter()
encounter (The visit or admission or other contact between patient and health care provider the immunization was performed as part of.)public boolean hasEncounter()
public Immunization setEncounter(Reference value)
value - encounter (The visit or admission or other contact between patient and health care provider the immunization was performed as part of.)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. (The visit or admission or other contact between patient and health care provider the immunization was performed as part of.)public Immunization 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. (The visit or admission or other contact between patient and health care provider the immunization was performed as part of.)public Reference getManufacturer()
manufacturer (Name of vaccine manufacturer.)public boolean hasManufacturer()
public Immunization setManufacturer(Reference value)
value - manufacturer (Name of vaccine manufacturer.)public Organization getManufacturerTarget()
manufacturer 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. (Name of vaccine manufacturer.)public Immunization setManufacturerTarget(Organization value)
value - manufacturer 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. (Name of vaccine manufacturer.)public Reference getLocation()
location (The service delivery location where the vaccine administration occurred.)public boolean hasLocation()
public Immunization setLocation(Reference value)
value - location (The service delivery location where the vaccine administration occurred.)public Location getLocationTarget()
location 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 service delivery location where the vaccine administration occurred.)public Immunization setLocationTarget(Location value)
value - location 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 service delivery location where the vaccine administration occurred.)public StringType getLotNumberElement()
lotNumber (Lot number of the vaccine product.). This is the underlying object with id, value and extensions. The accessor "getLotNumber" gives direct access to the valuepublic boolean hasLotNumberElement()
public boolean hasLotNumber()
public Immunization setLotNumberElement(StringType value)
value - lotNumber (Lot number of the vaccine product.). This is the underlying object with id, value and extensions. The accessor "getLotNumber" gives direct access to the valuepublic String getLotNumber()
public Immunization setLotNumber(String value)
value - Lot number of the vaccine product.public DateType getExpirationDateElement()
expirationDate (Date vaccine batch expires.). This is the underlying object with id, value and extensions. The accessor "getExpirationDate" gives direct access to the valuepublic boolean hasExpirationDateElement()
public boolean hasExpirationDate()
public Immunization setExpirationDateElement(DateType value)
value - expirationDate (Date vaccine batch expires.). This is the underlying object with id, value and extensions. The accessor "getExpirationDate" gives direct access to the valuepublic Date getExpirationDate()
public Immunization setExpirationDate(Date value)
value - Date vaccine batch expires.public CodeableConcept getSite()
site (Body site where vaccine was administered.)public boolean hasSite()
public Immunization setSite(CodeableConcept value)
value - site (Body site where vaccine was administered.)public CodeableConcept getRoute()
route (The path by which the vaccine product is taken into the body.)public boolean hasRoute()
public Immunization setRoute(CodeableConcept value)
value - route (The path by which the vaccine product is taken into the body.)public SimpleQuantity getDoseQuantity()
doseQuantity (The quantity of vaccine product that was administered.)public boolean hasDoseQuantity()
public Immunization setDoseQuantity(SimpleQuantity value)
value - doseQuantity (The quantity of vaccine product that was administered.)public List<Annotation> getNote()
note (Extra information about the immunization that is not conveyed by the other attributes.)public boolean hasNote()
public Annotation addNote()
note (Extra information about the immunization that is not conveyed by the other attributes.)public Immunization addNote(Annotation t)
public Immunization.ImmunizationExplanationComponent getExplanation()
explanation (Reasons why a vaccine was or was not administered.)public boolean hasExplanation()
public Immunization setExplanation(Immunization.ImmunizationExplanationComponent value)
value - explanation (Reasons why a vaccine was or was not administered.)public List<Immunization.ImmunizationReactionComponent> getReaction()
reaction (Categorical data indicating that an adverse event is associated in time to an immunization.)public boolean hasReaction()
public Immunization.ImmunizationReactionComponent addReaction()
reaction (Categorical data indicating that an adverse event is associated in time to an immunization.)public Immunization addReaction(Immunization.ImmunizationReactionComponent t)
public List<Immunization.ImmunizationVaccinationProtocolComponent> getVaccinationProtocol()
vaccinationProtocol (Contains information about the protocol(s) under which the vaccine was administered.)public boolean hasVaccinationProtocol()
public Immunization.ImmunizationVaccinationProtocolComponent addVaccinationProtocol()
vaccinationProtocol (Contains information about the protocol(s) under which the vaccine was administered.)public Immunization addVaccinationProtocol(Immunization.ImmunizationVaccinationProtocolComponent 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 Immunization copy()
copy in class DomainResourceprotected Immunization 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.