General informations
Description:
Immunization event information.
Fields (61)
| Name | Label | Type | Description |
|---|---|---|---|
| Id | Record ID | ID | |
| OwnerId | Owner ID | LOOKUP | |
| IsDeleted | Deleted | CHECKBOX | |
| Name | EHR Immunization ID | AUTO NUMBER | |
| CreatedDate | Created Date | DATETIME | |
| CreatedById | Created By ID | LOOKUP | |
| LastModifiedDate | Last Modified Date | DATETIME | |
| LastModifiedById | Last Modified By ID | LOOKUP | |
| SystemModstamp | System Modstamp | DATETIME | |
| LastActivityDate | Last Activity Date | DATE | |
| LastViewedDate | Last Viewed Date | DATETIME | |
| LastReferencedDate | Last Referenced Date | DATETIME | |
| HealthCloudGA__Account__c | Account | LOOKUP | |
| HealthCloudGA__DateAdministered__c | Date Administered | DATETIME | |
| HealthCloudGA__DoseQuantityUnits__c | Dose Quantity Units | TEXT(255) | |
| HealthCloudGA__DoseQuantityValue__c | Dose Quantity Value | TEXT(255) | |
| HealthCloudGA__DoseQuantity__c | Dose Quantity | TEXT(255) | |
| HealthCloudGA__ExpirationDate__c | Expiration Date | DATETIME | |
| HealthCloudGA__IsRestricted__c | IsRestricted | CHECKBOX | |
| HealthCloudGA__IsVisibleOnPatientCard__c | IsVisibleOnPatientCard | FORMULA (CHECKBOX) | Returns true if Refused Indicator = False AND Expiration Date > Now() else returns false |
| HealthCloudGA__LocationCity__c | Location City | TEXT(255) | |
| HealthCloudGA__LocationCountry__c | Location Country | TEXT(255) | |
| HealthCloudGA__LocationId__c | Location Identifier | TEXT(255) | |
| HealthCloudGA__LocationLine1__c | Location Line1 | TEXT(255) | |
| HealthCloudGA__LocationLine2__c | Location Line2 | TEXT(255) | |
| HealthCloudGA__LocationName__c | Location Name | TEXT(255) | |
| HealthCloudGA__LocationPostalCode__c | Location Postal Code | TEXT(255) | |
| HealthCloudGA__LocationStartDate__c | Location Start Date | DATETIME | |
| HealthCloudGA__LocationState__c | Location State | TEXT(255) | |
| HealthCloudGA__LocationTelecom__c | Location Telecom | TEXT(255) | |
| HealthCloudGA__LocationText__c | Location Text | TEXT AREA (LONG)(32768) | |
| HealthCloudGA__LocationType__c | Location Type | TEXT(255) | |
| HealthCloudGA__LocationUse__c | Location Use | TEXT(255) | |
| HealthCloudGA__LotNumber__c | Lot Number | TEXT(255) | |
| HealthCloudGA__Patient__c | Patient | LOOKUP | |
| HealthCloudGA__PerformerName255__c | Performer Name 255 | TEXT(255) | |
| HealthCloudGA__PerformerName__c | Performer Name | TEXT AREA (LONG)(32768) | |
| HealthCloudGA__Performer__c | Performer | LOOKUP | |
| HealthCloudGA__ReasonCode__c | Reason Code | TEXT(255) | Reason Symbol in syntax defined by the system |
| HealthCloudGA__ReasonLabel__c | Reason Label | TEXT(255) | |
| HealthCloudGA__ReasonSystem__c | Reason System | TEXT(255) | Identity of the terminology system |
| HealthCloudGA__RefusalReasonCode__c | Refusal Reason Code | TEXT(255) | Refusal Reason Symbol in syntax defined by the system |
| HealthCloudGA__RefusalReasonLabel__c | Refusal Reason Label | TEXT(255) | |
| HealthCloudGA__RefusalReasonSystem__c | Refusal Reason System | TEXT(255) | Identity of the terminology system |
| HealthCloudGA__RefusedIndicator__c | Refused Indicator | CHECKBOX | Was immunization refused? |
| HealthCloudGA__RequesterName255__c | Requester Name 255 | TEXT(255) | |
| HealthCloudGA__RequesterName__c | Requester Name | TEXT AREA (LONG)(32768) | |
| HealthCloudGA__Requester__c | Requester | LOOKUP | |
| HealthCloudGA__RouteCode__c | Route Code | TEXT(255) | Route Symbol in syntax defined by the system |
| HealthCloudGA__RouteLabel__c | Route Label | TEXT(255) | |
| HealthCloudGA__RouteSystem__c | Route System | TEXT(255) | Identity of the terminology system |
| HealthCloudGA__SelfReported__c | Self Reported | CHECKBOX | Is this a self-reported record? |
| HealthCloudGA__SiteCode__c | Site Code | TEXT(255) | Site Symbol in syntax defined by the system |
| HealthCloudGA__SiteLabel__c | Site Label | TEXT(255) | |
| HealthCloudGA__SiteSystem__c | Site System | TEXT(255) | Identity of the terminology system |
| HealthCloudGA__SourceSystemId__c | Source System ID | TEXT(255) | |
| HealthCloudGA__SourceSystemModified__c | Source System Modified | DATETIME | When last updated |
| HealthCloudGA__SourceSystem__c | Source System | TEXT(64) | Identifies the system that created the record and owns update rights to it. |
| HealthCloudGA__VaccineTypeCode__c | Vaccine Type Code | TEXT(255) | Vaccine Type Symbol in syntax defined by the system |
| HealthCloudGA__VaccineTypeLabel__c | Vaccine Type Label | TEXT(255) | |
| HealthCloudGA__VaccineTypeSystem__c | Vaccine Type System | TEXT(255) | Identity of the terminology system |
Fields Details (61)
| Name | Id |
| Label | Record ID |
| Type | ID |
| Required | Yes |
| Name | OwnerId |
| Label | Owner ID |
| Type | LOOKUP |
| Foreign key | Yes |
| Required | Yes |
| Name | IsDeleted |
| Label | Deleted |
| Type | CHECKBOX |
| Required | Yes |
| Default value | false |
| Name | Name |
| Label | EHR Immunization ID |
| Type | AUTO NUMBER |
| Required | Yes |
| Name | CreatedDate |
| Label | Created Date |
| Type | DATETIME |
| Required | Yes |
| Name | CreatedById |
| Label | Created By ID |
| Type | LOOKUP |
| Foreign key | Yes |
| Required | Yes |
| Name | LastModifiedDate |
| Label | Last Modified Date |
| Type | DATETIME |
| Required | Yes |
| Name | LastModifiedById |
| Label | Last Modified By ID |
| Type | LOOKUP |
| Foreign key | Yes |
| Required | Yes |
| Name | SystemModstamp |
| Label | System Modstamp |
| Type | DATETIME |
| Required | Yes |
| Name | LastActivityDate |
| Label | Last Activity Date |
| Type | DATE |
| Name | LastViewedDate |
| Label | Last Viewed Date |
| Type | DATETIME |
| Name | LastReferencedDate |
| Label | Last Referenced Date |
| Type | DATETIME |
| Name | HealthCloudGA__Account__c |
| Label | Account |
| Type | LOOKUP |
| Foreign key | Yes |
| Name | HealthCloudGA__DateAdministered__c |
| Label | Date Administered |
| Type | DATETIME |
| Name | HealthCloudGA__DoseQuantityUnits__c |
| Label | Dose Quantity Units |
| Type | TEXT(255) |
| Name | HealthCloudGA__DoseQuantityValue__c |
| Label | Dose Quantity Value |
| Type | TEXT(255) |
| Name | HealthCloudGA__DoseQuantity__c |
| Label | Dose Quantity |
| Type | TEXT(255) |
| Name | HealthCloudGA__ExpirationDate__c |
| Label | Expiration Date |
| Type | DATETIME |
| Name | HealthCloudGA__IsRestricted__c |
| Label | IsRestricted |
| Type | CHECKBOX |
| Required | Yes |
| Default value | false |
| Name | HealthCloudGA__IsVisibleOnPatientCard__c |
| Label | IsVisibleOnPatientCard |
| Type | FORMULA (CHECKBOX) |
| Required | Yes |
| Help Text | Returns true if Refused Indicator = False AND Expiration Date > Now() else returns false |
| Description | Returns true if Refused Indicator = False AND Expiration Date > Now() else returns false |
| Name | HealthCloudGA__LocationCity__c |
| Label | Location City |
| Type | TEXT(255) |
| Name | HealthCloudGA__LocationCountry__c |
| Label | Location Country |
| Type | TEXT(255) |
| Name | HealthCloudGA__LocationId__c |
| Label | Location Identifier |
| Type | TEXT(255) |
| Name | HealthCloudGA__LocationLine1__c |
| Label | Location Line1 |
| Type | TEXT(255) |
| Name | HealthCloudGA__LocationLine2__c |
| Label | Location Line2 |
| Type | TEXT(255) |
| Name | HealthCloudGA__LocationName__c |
| Label | Location Name |
| Type | TEXT(255) |
| Name | HealthCloudGA__LocationPostalCode__c |
| Label | Location Postal Code |
| Type | TEXT(255) |
| Name | HealthCloudGA__LocationStartDate__c |
| Label | Location Start Date |
| Type | DATETIME |
| Name | HealthCloudGA__LocationState__c |
| Label | Location State |
| Type | TEXT(255) |
| Name | HealthCloudGA__LocationTelecom__c |
| Label | Location Telecom |
| Type | TEXT(255) |
| Name | HealthCloudGA__LocationText__c |
| Label | Location Text |
| Type | TEXT AREA (LONG)(32768) |
| Name | HealthCloudGA__LocationType__c |
| Label | Location Type |
| Type | TEXT(255) |
| Name | HealthCloudGA__LocationUse__c |
| Label | Location Use |
| Type | TEXT(255) |
| Name | HealthCloudGA__LotNumber__c |
| Label | Lot Number |
| Type | TEXT(255) |
| Name | HealthCloudGA__Patient__c |
| Label | Patient |
| Type | LOOKUP |
| Foreign key | Yes |
| Name | HealthCloudGA__PerformerName255__c |
| Label | Performer Name 255 |
| Type | TEXT(255) |
| Name | HealthCloudGA__PerformerName__c |
| Label | Performer Name |
| Type | TEXT AREA (LONG)(32768) |
| Name | HealthCloudGA__Performer__c |
| Label | Performer |
| Type | LOOKUP |
| Foreign key | Yes |
| Name | HealthCloudGA__ReasonCode__c |
| Label | Reason Code |
| Type | TEXT(255) |
| Description | Reason Symbol in syntax defined by the system |
| Name | HealthCloudGA__ReasonLabel__c |
| Label | Reason Label |
| Type | TEXT(255) |
| Name | HealthCloudGA__ReasonSystem__c |
| Label | Reason System |
| Type | TEXT(255) |
| Description | Identity of the terminology system |
| Name | HealthCloudGA__RefusalReasonCode__c |
| Label | Refusal Reason Code |
| Type | TEXT(255) |
| Description | Refusal Reason Symbol in syntax defined by the system |
| Name | HealthCloudGA__RefusalReasonLabel__c |
| Label | Refusal Reason Label |
| Type | TEXT(255) |
| Name | HealthCloudGA__RefusalReasonSystem__c |
| Label | Refusal Reason System |
| Type | TEXT(255) |
| Description | Identity of the terminology system |
| Name | HealthCloudGA__RefusedIndicator__c |
| Label | Refused Indicator |
| Type | CHECKBOX |
| Required | Yes |
| Default value | false |
| Description | Was immunization refused? |
| Name | HealthCloudGA__RequesterName255__c |
| Label | Requester Name 255 |
| Type | TEXT(255) |
| Name | HealthCloudGA__RequesterName__c |
| Label | Requester Name |
| Type | TEXT AREA (LONG)(32768) |
| Name | HealthCloudGA__Requester__c |
| Label | Requester |
| Type | LOOKUP |
| Foreign key | Yes |
| Name | HealthCloudGA__RouteCode__c |
| Label | Route Code |
| Type | TEXT(255) |
| Description | Route Symbol in syntax defined by the system |
| Name | HealthCloudGA__RouteLabel__c |
| Label | Route Label |
| Type | TEXT(255) |
| Name | HealthCloudGA__RouteSystem__c |
| Label | Route System |
| Type | TEXT(255) |
| Description | Identity of the terminology system |
| Name | HealthCloudGA__SelfReported__c |
| Label | Self Reported |
| Type | CHECKBOX |
| Required | Yes |
| Default value | false |
| Description | Is this a self-reported record? |
| Name | HealthCloudGA__SiteCode__c |
| Label | Site Code |
| Type | TEXT(255) |
| Description | Site Symbol in syntax defined by the system |
| Name | HealthCloudGA__SiteLabel__c |
| Label | Site Label |
| Type | TEXT(255) |
| Name | HealthCloudGA__SiteSystem__c |
| Label | Site System |
| Type | TEXT(255) |
| Description | Identity of the terminology system |
| Name | HealthCloudGA__SourceSystemId__c |
| Label | Source System ID |
| Type | TEXT(255) |
| Name | HealthCloudGA__SourceSystemModified__c |
| Label | Source System Modified |
| Type | DATETIME |
| Description | When last updated |
| Name | HealthCloudGA__SourceSystem__c |
| Label | Source System |
| Type | TEXT(64) |
| Help Text | Identifies the system that created the record and owns update rights to it. Defaults to Health1 for manually created records. |
| Default value | "Health1-"+$Organization.Id |
| Description | Identifies the system that created the record and owns update rights to it. |
| Name | HealthCloudGA__VaccineTypeCode__c |
| Label | Vaccine Type Code |
| Type | TEXT(255) |
| Description | Vaccine Type Symbol in syntax defined by the system |
| Name | HealthCloudGA__VaccineTypeLabel__c |
| Label | Vaccine Type Label |
| Type | TEXT(255) |
| Name | HealthCloudGA__VaccineTypeSystem__c |
| Label | Vaccine Type System |
| Type | TEXT(255) |
| Description | Identity of the terminology system |
Parents relationships(32)
Children relationships(7)
Object User-defined metadata (0)
| Label | Value |
|---|