Show / Hide Table of Contents

Class DeviceMetric

Describes a measurement, calculation or setting capability of a medical device.

Inheritance
System.Object
Resource
DomainResource
DeviceMetric
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 DeviceMetric : DomainResource, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Category

Extension container element for Category

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

_Color

Extension container element for Color

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

_OperationalStatus

Extension container element for OperationalStatus

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

Calibration

Describes the calibrations that have been performed or that are required to be performed.

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

Category

Indicates the category of the observation generation process. A DeviceMetric can be for example a setting, measurement, or calculation.

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

Color

Describes the color representation for the metric. This is often used to aid clinicians to track and identify parameter types by color. In practice, consider a Patient Monitor that has ECG/HR and Pleth for example; the parameters are displayed in different characteristic colors, such as HR-blue, BP-green, and PR and SpO2- magenta.

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

Identifier

Describes the unique identification of this metric that has been assigned by the device or gateway software. For example: handle ID. It should be noted that in order to make the identifier unique, the system element of the identifier should be set to the unique identifier of the device.

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

MeasurementPeriod

Describes the measurement repetition time. This is not necessarily the same as the update period. The measurement repetition time can range from milliseconds up to hours. An example for a measurement repetition time in the range of milliseconds is the sampling rate of an ECG. An example for a measurement repetition time in the range of hours is a NIBP that is triggered automatically every hour. The update period may be different than the measurement repetition time, if the device does not update the published observed value with the same frequency as it was measured.

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

OperationalStatus

Indicates current operational state of the device. For example: On, Off, Standby, etc.

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

Parent

Describes the link to the DeviceComponent that this DeviceMetric belongs to and that provide information about the location of this DeviceMetric in the containment structure of the parent Device. An example would be a DeviceComponent that represents a Channel. This reference can be used by a client application to distinguish DeviceMetrics that have the same type, but should be interpreted based on their containment location.

Declaration
public Reference Parent { get; set; }
Property Value
Type Description
Reference
| 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

Source

Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacture, serial number, etc.

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

Type

Describes the type of the metric. For example: Heart Rate, PEEP Setting, etc.

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

Unit

Describes the unit that an observed value determined for this metric will have. For example: Percent, Seconds, etc.

Declaration
public CodeableConcept Unit { get; set; }
Property Value
Type Description
CodeableConcept

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