Show / Hide Table of Contents

Class ImmunizationRecommendationRecommendation

Vaccine administration recommendations.

Inheritance
System.Object
Element
BackboneElement
ImmunizationRecommendationRecommendation
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
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
| Improve this Doc View Source

Date

The date the immunization recommendation was created.

Declaration
public string Date { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
fhirCsR2.Models.List<ImmunizationRecommendationRecommendationDateCriterion>
| Improve this Doc View Source

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.Nullable<System.UInt32>
| Improve this Doc View Source

ForecastStatus

Vaccine administration status.

Declaration
public CodeableConcept ForecastStatus { get; set; }
Property Value
Type Description
CodeableConcept
| Improve this Doc View Source

Protocol

Contains information about the protocol under which the vaccine was administered.

Declaration
public ImmunizationRecommendationRecommendationProtocol Protocol { get; set; }
Property Value
Type Description
ImmunizationRecommendationRecommendationProtocol
| Improve this Doc View Source

SupportingImmunization

Immunization event history that supports the status and recommendation.

Declaration
public List<Reference> SupportingImmunization { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Reference>
| Improve this Doc View Source

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
fhirCsR2.Models.List<Reference>
| Improve this Doc View Source

VaccineCode

Vaccine that pertains to the recommendation.

Declaration
public CodeableConcept VaccineCode { get; set; }
Property Value
Type Description
CodeableConcept

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX