Class Order
A request to perform an action.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class Order : DomainResource, 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
When the order was made.
Declaration
public string Date { get; set; }
Property Value
Type | Description |
---|---|
System. |
Detail
What action is being ordered.
Declaration
public List<Reference> Detail { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Identifier
Identifiers assigned to this order by the orderer or by the receiver.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ReasonCodeableConcept
Text - why the order was made.
Declaration
public CodeableConcept ReasonCodeableConcept { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
ReasonReference
Text - why the order was made.
Declaration
public Reference ReasonReference { get; set; }
Property Value
Type | Description |
---|---|
Reference |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceSource
Who initiated the order.
Declaration
public Reference Source { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Subject
Patient this order is about.
Declaration
public Reference Subject { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Target
Who is intended to fulfill the order.
Declaration
public Reference Target { get; set; }
Property Value
Type | Description |
---|---|
Reference |
When
When order should be fulfilled.
Declaration
public OrderWhen When { get; set; }
Property Value
Type | Description |
---|---|
Order |
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 |