Class ImmunizationVaccinationProtocol
Contains information about the protocol(s) under which the vaccine was administered.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class ImmunizationVaccinationProtocol : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Description
Extension container element for Description
Declaration
public Element _Description { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Series
Extension container element for Series
Declaration
public Element _Series { get; set; }
Property Value
Type | Description |
---|---|
Element |
Authority
Indicates the authority who published the protocol. E.g. ACIP.
Declaration
public Reference Authority { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Description
Contains the description about the protocol under which the vaccine was administered.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
DoseSequence
Nominal position in a series.
Declaration
public uint DoseSequence { get; set; }
Property Value
Type | Description |
---|---|
System. |
DoseStatus
Indicates if the immunization event should "count" against the protocol.
Declaration
public CodeableConcept DoseStatus { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
DoseStatusReason
Provides an explanation as to why an immunization event should or should not count against the protocol.
Declaration
public CodeableConcept DoseStatusReason { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Series
One possible path to achieve presumed immunity against a disease - within the context of an authority.
Declaration
public string Series { get; set; }
Property Value
Type | Description |
---|---|
System. |
SeriesDoses
The recommended number of doses to achieve immunity.
Declaration
public uint? SeriesDoses { get; set; }
Property Value
Type | Description |
---|---|
System. |
TargetDisease
The targeted disease.
Declaration
public List<CodeableConcept> TargetDisease { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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 |