Class DiagnosticOrder
A record of a request for a diagnostic investigation service to be performed.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class DiagnosticOrder : DomainResource, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Priority
Extension container element for Priority
Declaration
public Element _Priority { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Status
Extension container element for Status
Declaration
public Element _Status { get; set; }
Property Value
Type | Description |
---|---|
Element |
Encounter
An encounter that provides additional information about the healthcare context in which this request is made.
Declaration
public Reference Encounter { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Event
A summary of the events of interest that have occurred as the request is processed; e.g. when the order was made, various processing steps (specimens received), when it was completed.
Declaration
public List<DiagnosticOrderEvent> Event { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Identifier
Identifiers assigned to this order instance by the orderer and/or the receiver and/or order fulfiller.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Item
The specific diagnostic investigations that are requested as part of this request. Sometimes, there can only be one item per request, but in most contexts, more than one investigation can be requested.
Declaration
public List<DiagnosticOrderItem> Item { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Note
Any other notes associated with this patient, specimen or order (e.g. "patient hates needles").
Declaration
public List<Annotation> Note { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Orderer
The practitioner that holds legal responsibility for ordering the investigation.
Declaration
public Reference Orderer { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Priority
The clinical priority associated with this order.
Declaration
public string Priority { get; set; }
Property Value
Type | Description |
---|---|
System. |
Reason
An explanation or justification for why this diagnostic investigation is being requested. This is often for billing purposes. May relate to the resources referred to in supportingInformation.
Declaration
public List<CodeableConcept> Reason { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceSpecimen
One or more specimens that the diagnostic investigation is about.
Declaration
public List<Reference> Specimen { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Status
The status of the order.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
Subject
Who or what the investigation is to be performed on. This is usually a human patient, but diagnostic tests can also be requested on animals, groups of humans or animals, devices such as dialysis machines, or even locations (typically for environmental scans).
Declaration
public Reference Subject { get; set; }
Property Value
Type | Description |
---|---|
Reference |
SupportingInformation
Additional clinical information about the patient or specimen that may influence test interpretations. This includes observations explicitly requested by the producer(filler) to provide context or supporting information needed to complete the order.
Declaration
public List<Reference> SupportingInformation { 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 |