DeviceComponent.languageCode FHIR attribute (stu3) In the DeviceComponent resource for FHIR stu3 , the languageCode attribute identifies the Language code for the human-readable text strings produced by the device
languageCode (DeviceComponent) description Attribute Name: languageCode
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
DeviceComponent.languageCode Example "languageCode": {
"coding": [
{
"code": "en-US",
"system": "http://tools.ietf.org/html/bcp47"
}
]
}
DeviceComponent attributes Attribute Field is list Type Description
languageCode
false
CodeableConcept
Language code for the human-readable text strings produced by the device
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"
}
]
}
lastSystemChange
false
instant
Recent system change timestamp
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"
parent
false
Reference
Parent resource link
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"
}
measurementPrinciple
false
code
other | chemical | electrical | impedance | nuclear | optical | thermal | biological | mechanical | acoustical | manual+
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"
productionSpecification
true
Data Type
Specification details such as Component Revisions, or Serial Numbers
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":
source
false
Reference
Top-level device resource link
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"
}
operationalStatus
true
CodeableConcept
Current operational status of the component, for example On, Off or Standby
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"
}
]
}
]
type
false
CodeableConcept
What kind of component it is
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"
}
]
}
identifier
false
Identifier
Instance id assigned by the software stack
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"
}
parameterGroup
false
CodeableConcept
Current supported parameter group
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"
}
]
}