Class DeviceUseRequest
Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class DeviceUseRequest : DomainResource, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Notes
Extension container element for Notes
Declaration
public List<Element> _Notes { get; set; }
Property Value
Type | Description |
---|---|
fhir |
_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 |
_RecordedOn
Extension container element for RecordedOn
Declaration
public Element _RecordedOn { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Status
Extension container element for Status
Declaration
public Element _Status { get; set; }
Property Value
Type | Description |
---|---|
Element |
_TimingDateTime
Extension container element for TimingDateTime
Declaration
public Element _TimingDateTime { get; set; }
Property Value
Type | Description |
---|---|
Element |
BodySiteCodeableConcept
Knowing where the device is targeted is important for tracking if multiple sites are possible.
Declaration
public CodeableConcept BodySiteCodeableConcept { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
BodySiteReference
Knowing where the device is targeted is important for tracking if multiple sites are possible.
Declaration
public Reference BodySiteReference { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Device
The details of the device to be used.
Declaration
public Reference Device { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Encounter
An encounter that provides additional context in which this request is made.
Declaration
public Reference Encounter { get; set; }
Property Value
Type | Description |
---|---|
Reference |
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 |
Indication
Reason or justification for the use of this device.
Declaration
public List<CodeableConcept> Indication { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Notes
Details about this request that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement.
Declaration
public List<string> 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. |
Priority
Characterizes how quickly the use of device must be initiated. Includes concepts such as stat, urgent, routine.
Declaration
public string Priority { get; set; }
Property Value
Type | Description |
---|---|
System. |
PrnReason
The proposed act must be performed if the indicated conditions occur, e.g.., shortness of breath, SpO2 less than x%.
Declaration
public List<CodeableConcept> PrnReason { get; set; }
Property Value
Type | Description |
---|---|
fhir |
RecordedOn
The time at which the request was made/recorded.
Declaration
public string RecordedOn { get; set; }
Property Value
Type | Description |
---|---|
System. |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceStatus
The status of the request.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
Subject
The patient who will use the device.
Declaration
public Reference Subject { get; set; }
Property Value
Type | Description |
---|---|
Reference |
TimingDateTime
The timing schedule for the use of the device The Schedule data type allows many different expressions, for example. "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 TimingDateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
TimingPeriod
The timing schedule for the use of the device The Schedule data type allows many different expressions, for example. "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 TimingPeriod { get; set; }
Property Value
Type | Description |
---|---|
Period |
TimingTiming
The timing schedule for the use of the device The Schedule data type allows many different expressions, for example. "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 TimingTiming { get; set; }
Property Value
Type | Description |
---|---|
Timing |
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 |