Child3

  • aqlPath
    Type: string
    required
  • id
    Type: string
    required
  • inputs
    Type: array object[] · Input1[]
    required
    • type
      Type: string
      required
    • suffix
      Type: string
  • localizedDescriptions
    Type: object · LocalizedDescriptions
    required
    • sl
      Type: string
      required
  • localizedName
    Type: string
    required
  • localizedNames
    Type: object · LocalizedNames1
    required
    • sl
      Type: string
      required
  • max
    Type: integerFormat: int32
    required

    Signed 32-bit integers (commonly used integer type).

  • min
    Type: integerFormat: int32
    required

    Signed 32-bit integers (commonly used integer type).

  • nodeId
    Type: string
    required
  • rmType
    Type: string
    required
  • name
    Type: 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"
    }
  ]
}