Skip to main content

HS.FHIR.DTL.vDSTU2.Model.Resource.DeviceComponent

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

An instance 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.vDSTU2.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.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "languageCode", XMLPROJECTION = "ELEMENT");
CodeableConcept

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

Language RFC 5646 is the REQUIRED IETF specification for the FHIR2 code values that may be used.

Property methods: languageCodeGet(), languageCodeGetSwizzled(), languageCodeIsValid(), languageCodeNewObject(), languageCodeSet()
property lastSystemChange as %String (MAXLEN = 1000000, XMLNAME = "lastSystemChange", XMLPROJECTION = "ATTRIBUTE") [ Required ];
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 FHIR2 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.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "operationalStatus", XMLPROJECTION = "ELEMENT");
CodeableConcept

Component operational status.

any FHIR2 code from any ValueSet may be used.

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

Current supported parameter group.

any FHIR2 code from any ValueSet may be used.

Property methods: parameterGroupGet(), parameterGroupGetSwizzled(), parameterGroupIsValid(), parameterGroupNewObject(), parameterGroupSet()
property parent as HS.FHIR.DTL.vDSTU2.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.vDSTU2.Model.Element.DeviceComponent.productionSpecification (XMLNAME = "productionSpecification", XMLPROJECTION = "ELEMENT");
BackboneElement

Production specification of the component.

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

A source device of this component.

Device

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

What kind of component it is.

any FHIR2 code from any ValueSet may be used.

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

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab