Show / Hide Table of Contents

Class DiagnosticOrder

A record of a request for a diagnostic investigation service to be performed.

Inheritance
System.Object
Resource
DomainResource
DiagnosticOrder
Implements
IFhirJsonSerializable
Inherited Members
DomainResource.Contained
DomainResource.Extension
DomainResource.ModifierExtension
DomainResource.Text
Resource.Id
Resource._Id
Resource.ImplicitRules
Resource._ImplicitRules
Resource.Language
Resource._Language
Resource.Meta
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
| Improve this Doc View Source

_Status

Extension container element for Status

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

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
| Improve this Doc View Source

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

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

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

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

Orderer

The practitioner that holds legal responsibility for ordering the investigation.

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

Priority

The clinical priority associated with this order.

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

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

ResourceType

Resource Type Name

Declaration
public override string ResourceType { get; }
Property Value
Type Description
System.String
Overrides
Resource.ResourceType
| Improve this Doc View Source

Specimen

One or more specimens that the diagnostic investigation is about.

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

Status

The status of the order.

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

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
| Improve this Doc View Source

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
fhirCsR2.Models.List<Reference>

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