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.
Implements
Inherited Members
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 |
---|---|
fhir |
_RecordedOn
Extension container element for RecordedOn
Declaration
public Element _RecordedOn { 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 used.
Declaration
public Reference Device { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Identifier
An external identifier for this statement such as an IRI.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Indication
Reason or justification for the use of the device.
Declaration
public List<CodeableConcept> Indication { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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 |
---|---|
fhir |
RecordedOn
The time at which the statement 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 SourceSubject
The patient who used the device.
Declaration
public Reference Subject { get; set; }
Property Value
Type | Description |
---|---|
Reference |
TimingDateTime
How often the device was used.
Declaration
public string TimingDateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
TimingPeriod
How often the device was used.
Declaration
public Period TimingPeriod { get; set; }
Property Value
Type | Description |
---|---|
Period |
TimingTiming
How often the device was used.
Declaration
public Timing TimingTiming { get; set; }
Property Value
Type | Description |
---|---|
Timing |
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 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 |