Skip to main content

HS.FHIR.DTL.vSTU3.Model.Resource.DeviceComponent

class HS.FHIR.DTL.vSTU3.Model.Resource.DeviceComponent extends HS.FHIR.DTL.vSTU3.Model.Base.DomainResource

The characteristics, operational status and capabilities of a medical-related component of a medical device.

Property Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = DeviceComponent;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLPROJECTION = ELEMENT;
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = DeviceComponent;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property identifier as HS.FHIR.DTL.vSTU3.Model.Datatype.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT") [ Required ];
Identifier

Instance id assigned by the software stack.

Property methods: identifierGet(), identifierGetSwizzled(), identifierIsValid(), identifierNewObject(), identifierSet()
property languageCode as HS.FHIR.DTL.vSTU3.Model.Datatype.CodeableConcept (XMLNAME = "languageCode", XMLPROJECTION = "ELEMENT");
CodeableConcept

Language code for the human-readable text strings produced by the device.

languages is the REQUIRED FHIR3 ValueSet for codes, but if you need to express meanings not found in languages, you may formally EXTEND languages to add codes to it.

Property methods: languageCodeGet(), languageCodeGetSwizzled(), languageCodeIsValid(), languageCodeNewObject(), languageCodeSet()
property lastSystemChange as %String (MAXLEN = 1000000, XMLNAME = "lastSystemChange", XMLPROJECTION = "ATTRIBUTE");
instant

Recent system change timestamp.

Property methods: lastSystemChangeDisplayToLogical(), lastSystemChangeGet(), lastSystemChangeIsValid(), lastSystemChangeLogicalToDisplay(), lastSystemChangeLogicalToOdbc(), lastSystemChangeNormalize(), lastSystemChangeSet()
property measurementPrinciple as %String (MAXLEN = 1000000, XMLNAME = "measurementPrinciple", XMLPROJECTION = "ATTRIBUTE");
code

other | chemical | electrical | impedance | nuclear | optical | thermal | biological | mechanical | acoustical | manual+

measurement-principle is the REQUIRED FHIR3 ValueSet for codes; you may NOT extend measurement-principle and you may NOT use codes from other ValueSets.

Property methods: measurementPrincipleDisplayToLogical(), measurementPrincipleGet(), measurementPrincipleIsValid(), measurementPrincipleLogicalToDisplay(), measurementPrincipleLogicalToOdbc(), measurementPrincipleNormalize(), measurementPrincipleSet()
property operationalStatus as list of HS.FHIR.DTL.vSTU3.Model.Datatype.CodeableConcept (XMLNAME = "operationalStatus", XMLPROJECTION = "ELEMENT");
CodeableConcept

Current operational status of the component, for example On, Off or Standby.

operational-status is the REQUIRED FHIR3 ValueSet for codes, but if you need to express meanings not found in operational-status, you may formally EXTEND operational-status to add codes to it.

Property methods: operationalStatusBuildValueArray(), operationalStatusCollectionToDisplay(), operationalStatusCollectionToOdbc(), operationalStatusDisplayToCollection(), operationalStatusGet(), operationalStatusGetObject(), operationalStatusGetObjectId(), operationalStatusGetSwizzled(), operationalStatusIsValid(), operationalStatusOdbcToCollection(), operationalStatusSet(), operationalStatusSetObject(), operationalStatusSetObjectId()
property parameterGroup as HS.FHIR.DTL.vSTU3.Model.Datatype.CodeableConcept (XMLNAME = "parameterGroup", XMLPROJECTION = "ELEMENT");
CodeableConcept

Current supported parameter group.

parameter-group is the REQUIRED FHIR3 ValueSet for codes, but if you need to express meanings not found in parameter-group, you may formally EXTEND parameter-group to add codes to it.

Property methods: parameterGroupGet(), parameterGroupGetSwizzled(), parameterGroupIsValid(), parameterGroupNewObject(), parameterGroupSet()
property parent as HS.FHIR.DTL.vSTU3.Model.Base.Reference (XMLNAME = "parent", XMLPROJECTION = "ELEMENT");
Reference

Parent resource link.

DeviceComponent

Property methods: parentGet(), parentGetSwizzled(), parentIsValid(), parentNewObject(), parentSet()
property productionSpecification as list of HS.FHIR.DTL.vSTU3.Model.Element.DeviceComponent.productionSpecification (XMLNAME = "productionSpecification", XMLPROJECTION = "ELEMENT");
BackboneElement

Specification details such as Component Revisions, or Serial Numbers.

Property methods: productionSpecificationBuildValueArray(), productionSpecificationCollectionToDisplay(), productionSpecificationCollectionToOdbc(), productionSpecificationDisplayToCollection(), productionSpecificationGet(), productionSpecificationGetObject(), productionSpecificationGetObjectId(), productionSpecificationGetSwizzled(), productionSpecificationIsValid(), productionSpecificationOdbcToCollection(), productionSpecificationSet(), productionSpecificationSetObject(), productionSpecificationSetObjectId()
property source as HS.FHIR.DTL.vSTU3.Model.Base.Reference (XMLNAME = "source", XMLPROJECTION = "ELEMENT");
Reference

Top-level device resource link.

Device

Property methods: sourceGet(), sourceGetSwizzled(), sourceIsValid(), sourceNewObject(), sourceSet()
property type as HS.FHIR.DTL.vSTU3.Model.Datatype.CodeableConcept (XMLNAME = "type", XMLPROJECTION = "ELEMENT") [ Required ];
CodeableConcept

What kind of component it is.

device-kind is the PREFERRED FHIR3 ValueSet for codes, but if you need to express meanings not found in device-kind, you may use codes from any ValueSet.

Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab