Child3
- aqlType: string
Path required - idType: stringrequired
- inputsType: array object[] · Input1[]required
- typeType: stringrequired
- suffixType: string
- localizedType: object · LocalizedDescriptions
Descriptions required- slType: stringrequired
- localizedType: string
Name required - localizedType: object · LocalizedNames1
Names required- slType: stringrequired
- maxType: integerFormat: int32required
Signed 32-bit integers (commonly used integer type).
- minType: integerFormat: int32required
Signed 32-bit integers (commonly used integer type).
- nodeType: string
Id required - rmType: string
Type required - nameType: string
Examples
{
"id": "count_value",
"localizedName": "Size",
"rmType": "DV_COUNT",
"nodeId": "",
"min": 0,
"max": 1,
"localizedNames": {
"sl": "Velikost"
},
"localizedDescriptions": {
"sl": "Velikost naprave"
},
"aqlPath": "/content[openEHR-EHR-OBSERVATION.blood_pressure.v1]/protocol[at0011]/items[openEHR-EHR-CLUSTER.device.v1]/items[at0016]/value",
"inputs": [
{
"type": "INTEGER"
}
]
}