DeviceComponent.parameterGroup
FHIR attribute (stu3)
In the DeviceComponent resource for FHIR stu3 , the parameterGroup attribute identifies the Current supported parameter group
parameterGroup (DeviceComponent) description
Attribute Name: parameterGroup
Description: Current supported parameter group
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
DeviceComponent.parameterGroup Example
"parameterGroup": {
"coding": [
{
"code": "miscellaneous",
"system": "urn:iso:std:iso:11073:10101",
"display": "Miscellaneous Parameter Group"
}
]
}
DeviceComponent attributes
AttributeField is listTypeDescription
Description: Language code for the human-readable text strings produced by the device
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"languageCode": {
"coding": [
{
"code": "en-US",
"system": "http://tools.ietf.org/html/bcp47"
}
]
}
Description: Recent system change timestamp
Attribute Type : instant
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"lastSystemChange": "2014-10-07T14:45:00Z"
Description: Parent resource link
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"parent": {
"reference": "DeviceComponent/dc1"
}
Description: other | chemical | electrical | impedance | nuclear | optical | thermal | biological | mechanical | acoustical | manual+
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"measurementPrinciple": "optical"
Description: Specification details such as Component Revisions, or Serial Numbers
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"productionSpecification":
Description: Top-level device resource link
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"source": {
"reference": "Device/d1"
}
Description: Current operational status of the component, for example On, Off or Standby
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"operationalStatus": [
{
"coding": [
{
"code": "off",
"system": "urn:iso:std:iso:11073:10101",
"display": "Off"
}
]
}
]
Description: What kind of component it is
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"type": {
"coding": [
{
"code": "2000",
"system": "urn:iso:std:iso:11073:10101",
"display": "MDC_DEV_ANALY_SAT_O2_MDS"
}
]
}
Description: Instance id assigned by the software stack
Attribute Type : Identifier
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"identifier": {
"value": "0"
}
Description: Current supported parameter group
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"parameterGroup": {
"coding": [
{
"code": "miscellaneous",
"system": "urn:iso:std:iso:11073:10101",
"display": "Miscellaneous Parameter Group"
}
]
}