Class ProcedureRequest
A request for a procedure to be performed. May be a proposal or an order.
Implements
Inherited Members
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 |
_OrderedOn
Extension container element for OrderedOn
Declaration
public Element _OrderedOn { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Priority
Extension container element for Priority
Declaration
public Element _Priority { get; set; }
Property Value
Type | Description |
---|---|
Element |
_ScheduledDateTime
Extension container element for ScheduledDateTime
Declaration
public Element _ScheduledDateTime { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Status
Extension container element for Status
Declaration
public Element _Status { get; set; }
Property Value
Type | Description |
---|---|
Element |
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. |
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 |
---|---|
Codeable |
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 |
---|---|
fhir |
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 |
---|---|
Codeable |
Encounter
The encounter within which the procedure proposal or request was created.
Declaration
public Reference Encounter { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Identifier
Identifiers assigned to this order by the order or by the receiver.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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 |
---|---|
fhir |
OrderedOn
The time when the request was made.
Declaration
public string OrderedOn { get; set; }
Property Value
Type | Description |
---|---|
System. |
Orderer
The healthcare professional responsible for proposing or ordering the procedure.
Declaration
public Reference Orderer { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Performer
For example, the surgeon, anaethetist, endoscopist, etc.
Declaration
public Reference Performer { 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. |
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 |
---|---|
Codeable |
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 |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceScheduledDateTime
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. |
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 |
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 |
Status
The status of the order.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 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 |