Child3
- Type: string
aql Path required - Type: string
id required - Type: array object[] · Input1[]
inputs required- Type: string
type required - Type: string
suffix
- Type: object · LocalizedDescriptions
localized Descriptions required- Type: string
sl required
- Type: string
localized Name required - Type: object · LocalizedNames1
localized Names required- Type: string
sl required
- Type: integerFormat: int32
max requiredSigned 32-bit integers (commonly used integer type).
- Type: integerFormat: int32
min requiredSigned 32-bit integers (commonly used integer type).
- Type: string
node Id required - Type: string
rm Type required - Type: string
name
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"
}
]
}