Show / Hide Table of Contents

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.

Inheritance
System.Object
Resource
DomainResource
DeviceUseRequest
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 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
fhirCsR2.Models.List<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

_RecordedOn

Extension container element for RecordedOn

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

_TimingDateTime

Extension container element for TimingDateTime

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

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

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

Device

The details of the device to be used.

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

Encounter

An encounter that provides additional context in which this request is made.

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

Identifier

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

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

Indication

Reason or justification for the use of this device.

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

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

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

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

RecordedOn

The time at which the request was made/recorded.

Declaration
public string RecordedOn { get; set; }
Property Value
Type Description
System.String
| 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

Status

The status of the request.

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

Subject

The patient who will use the device.

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

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

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

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 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