Class ImmunizationRecommendationRecommendation
Vaccine administration recommendations.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class ImmunizationRecommendationRecommendation : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Date
Extension container element for Date
Declaration
public Element _Date { get; set; }
Property Value
Type | Description |
---|---|
Element |
Date
The date the immunization recommendation was created.
Declaration
public string Date { get; set; }
Property Value
Type | Description |
---|---|
System. |
DateCriterion
Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.
Declaration
public List<ImmunizationRecommendationRecommendationDateCriterion> DateCriterion { get; set; }
Property Value
Type | Description |
---|---|
fhir |
DoseNumber
This indicates the next recommended dose number (e.g. dose 2 is the next recommended dose).
Declaration
public uint? DoseNumber { get; set; }
Property Value
Type | Description |
---|---|
System. |
ForecastStatus
Vaccine administration status.
Declaration
public CodeableConcept ForecastStatus { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Protocol
Contains information about the protocol under which the vaccine was administered.
Declaration
public ImmunizationRecommendationRecommendationProtocol Protocol { get; set; }
Property Value
Type | Description |
---|---|
Immunization |
SupportingImmunization
Immunization event history that supports the status and recommendation.
Declaration
public List<Reference> SupportingImmunization { get; set; }
Property Value
Type | Description |
---|---|
fhir |
SupportingPatientInformation
Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.
Declaration
public List<Reference> SupportingPatientInformation { get; set; }
Property Value
Type | Description |
---|---|
fhir |
VaccineCode
Vaccine that pertains to the recommendation.
Declaration
public CodeableConcept VaccineCode { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |