Show / Hide Table of Contents

Class DeviceUseStatement

A record of a device being used by a patient where the record is the result of a report from the patient or another clinician.

Inheritance
System.Object
Resource
DomainResource
DeviceUseStatement
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 DeviceUseStatement : 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

_RecordedOn

Extension container element for RecordedOn

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

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

Identifier

An external identifier for this statement such as an IRI.

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 the device.

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

Notes

Details about the device statement 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

RecordedOn

The time at which the statement 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

Subject

The patient who used the device.

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

TimingDateTime

How often the device was used.

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

TimingPeriod

How often the device was used.

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

TimingTiming

How often the device was used.

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

WhenUsed

The time period over which the device was used.

Declaration
public Period WhenUsed { get; set; }
Property Value
Type Description
Period

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