Show / Hide Table of Contents

Class ProcedureRequest

A request for a procedure to be performed. May be a proposal or an order.

Inheritance
System.Object
Resource
DomainResource
ProcedureRequest
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 ProcedureRequest : DomainResource, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_AsNeededBoolean

Extension container element for AsNeededBoolean

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

_OrderedOn

Extension container element for OrderedOn

Declaration
public Element _OrderedOn { get; set; }
Property Value
Type Description
Element
| 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

_ScheduledDateTime

Extension container element for ScheduledDateTime

Declaration
public Element _ScheduledDateTime { 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

AsNeededBoolean

If a CodeableConcept is present, it indicates the pre-condition for performing the procedure.

Declaration
public bool? AsNeededBoolean { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

AsNeededCodeableConcept

If a CodeableConcept is present, it indicates the pre-condition for performing the procedure.

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

BodySite

Knowing where the procedure is made is important for tracking if multiple sites are possible.

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

Code

The specific procedure that is ordered. Use text if the exact nature of the procedure cannot be coded.

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

Encounter

The encounter within which the procedure proposal or request was created.

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

Identifier

Identifiers assigned to this order by the order or by the receiver.

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

Notes

Any other notes associated with this proposal or order - e.g. provider instructions.

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

OrderedOn

The time when the request was made.

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

Orderer

The healthcare professional responsible for proposing or ordering the procedure.

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

Performer

For example, the surgeon, anaethetist, endoscopist, etc.

Declaration
public Reference Performer { 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

ReasonCodeableConcept

The reason why the procedure is being proposed or ordered. This procedure request may be motivated by a Condition for instance.

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

ReasonReference

The reason why the procedure is being proposed or ordered. This procedure request may be motivated by a Condition for instance.

Declaration
public Reference ReasonReference { get; set; }
Property Value
Type Description
Reference
| 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

ScheduledDateTime

The timing schedule for the proposed or ordered procedure. The Schedule data type allows many different expressions. E.g. "Every 8 hours"; "Three times a day"; "1/2 an hour before breakfast for 10 days from 23-Dec 2011:"; "15 Oct 2013, 17 Oct 2013 and 1 Nov 2013".

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

ScheduledPeriod

The timing schedule for the proposed or ordered procedure. The Schedule data type allows many different expressions. E.g. "Every 8 hours"; "Three times a day"; "1/2 an hour before breakfast for 10 days from 23-Dec 2011:"; "15 Oct 2013, 17 Oct 2013 and 1 Nov 2013".

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

ScheduledTiming

The timing schedule for the proposed or ordered procedure. The Schedule data type allows many different expressions. E.g. "Every 8 hours"; "Three times a day"; "1/2 an hour before breakfast for 10 days from 23-Dec 2011:"; "15 Oct 2013, 17 Oct 2013 and 1 Nov 2013".

Declaration
public Timing ScheduledTiming { get; set; }
Property Value
Type Description
Timing
| 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

The person, animal or group that should receive the procedure.

Declaration
public Reference Subject { get; set; }
Property Value
Type Description
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