DeviceComponent - FHIR Resource (dstu2)
This DeviceComponent Resource uses the
FHIR API standard for access and structure.
Validate an DeviceComponent FHIR Resource (dstu2)
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
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":
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
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":
Description: Production specification of the component
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: A source device of this component
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Component operational status
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"operationalStatus":
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
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
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":
DeviceComponent Structure
{
"resourceType" : "DeviceComponent",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"type" : { CodeableConcept }, // R! What kind of component it is
"identifier" : { Identifier }, // R! Instance id assigned by the software stack
"lastSystemChange" : "<instant>", // R! Recent system change timestamp
"source" : { Reference(Device) }, // A source device of this component
"parent" : { Reference(DeviceComponent) }, // Parent resource link
"operationalStatus" : [{ CodeableConcept }], // Component operational status
"parameterGroup" : { CodeableConcept }, // Current supported parameter group
"measurementPrinciple" : "<code>", // other | chemical | electrical | impedance | nuclear | optical | thermal | biological | mechanical | acoustical | manual+
"productionSpecification" : [{ // Production specification of the component
"specType" : { CodeableConcept }, // Specification type
"componentId" : { Identifier }, // Internal component unique identification
"productionSpec" : "<string>" // A printable string defining the component
}],
"languageCode" : { CodeableConcept } // Language code for the human-readable text strings produced by the device
}
DeviceComponent Search Parameters
The following search parameters can be used to query DeviceComponent resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/DeviceComponent?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
parent | reference | parent |
source | reference | source |
type | text | type |