All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webtemplate.Testing_Template_N.json Maven / Gradle / Ivy

The newest version!
 {
    "templateId": "Testing Template N",
    "version": "2.3",
    "defaultLanguage": "en",
    "languages": [
      "en",
      "sl"
    ],
    "tree": {
      "id": "test_encounter",
      "name": "Test Encounter",
      "localizedName": "Test Encounter",
      "rmType": "COMPOSITION",
      "nodeId": "openEHR-EHR-COMPOSITION.encounter-test.v1",
      "min": 1,
      "max": 1,
      "localizedNames": {
        "en": "Test Encounter",
        "sl": "*Test Encounter(en)"
      },
      "localizedDescriptions": {
        "en": "Generic encounter or progress note composition",
        "sl": "*Generic encounter or progress note composition(en)"
      },
      "aqlPath": "",
      "children": [
        {
          "id": "context",
          "rmType": "EVENT_CONTEXT",
          "nodeId": "",
          "min": 1,
          "max": 1,
          "aqlPath": "/context",
          "children": [
            {
              "id": "start_time",
              "name": "Start_time",
              "rmType": "DV_DATE_TIME",
              "min": 1,
              "max": 1,
              "aqlPath": "/context/start_time",
              "inputs": [
                {
                  "type": "DATETIME"
                }
              ],
              "inContext": true
            },
            {
              "id": "setting",
              "name": "Setting",
              "rmType": "DV_CODED_TEXT",
              "min": 1,
              "max": 1,
              "aqlPath": "/context/setting",
              "inputs": [
                {
                  "suffix": "code",
                  "type": "TEXT"
                },
                {
                  "suffix": "value",
                  "type": "TEXT"
                }
              ],
              "inContext": true
            }
          ]
        },
        {
          "id": "testing",
          "name": "Testing",
          "localizedName": "Testing",
          "rmType": "OBSERVATION",
          "nodeId": "openEHR-EHR-OBSERVATION.testing.v1",
          "min": 0,
          "max": -1,
          "localizedNames": {
            "en": "Testing",
            "sl": "Testing"
          },
          "localizedDescriptions": {
            "en": "*unknown(sl)",
            "sl": "unknown"
          },
          "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]",
          "children": [
            {
              "id": "testing",
              "name": "Testing",
              "localizedName": "Testing",
              "rmType": "CLUSTER",
              "nodeId": "openEHR-EHR-CLUSTER.testing.v1",
              "min": 0,
              "max": -1,
              "localizedNames": {
                "en": "Testing",
                "sl": "Testiranje"
              },
              "localizedDescriptions": {
                "en": "Testing archetype",
                "sl": "*Testing archetype(en)"
              },
              "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]",
              "children": [
                {
                  "id": "fixed_values",
                  "name": "Fixed values",
                  "localizedName": "Fixed values",
                  "rmType": "CLUSTER",
                  "nodeId": "at0001",
                  "min": 1,
                  "max": 1,
                  "cardinalities": [
                    {
                      "min": 5,
                      "max": -1,
                      "ids": [
                        "fixed_text",
                        "fixed_count",
                        "fixed_ordinal",
                        "fixed_boolean",
                        "fixed_quantity"
                      ]
                    }
                  ],
                  "localizedNames": {
                    "en": "Fixed values",
                    "sl": "Fiksne vrednosti"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0001]",
                  "children": [
                    {
                      "id": "fixed_text",
                      "name": "Fixed Text",
                      "localizedName": "Fixed Text",
                      "rmType": "DV_CODED_TEXT",
                      "nodeId": "at0004",
                      "min": 1,
                      "max": 1,
                      "localizedNames": {
                        "en": "Fixed Text",
                        "sl": "Fiksen tekst"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0001]/items[at0004]/value",
                      "inputs": [
                        {
                          "suffix": "code",
                          "type": "CODED_TEXT",
                          "list": [
                            {
                              "value": "at0008",
                              "label": "Fixed value",
                              "localizedLabels": {
                                "en": "Fixed value",
                                "sl": "Fiksna vrednost"
                              },
                              "localizedDescriptions": {
                                "en": "Fixed value",
                                "sl": "*Fixed value(en)"
                              }
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "id": "fixed_count",
                      "name": "Fixed Count",
                      "localizedName": "Fixed Count",
                      "rmType": "DV_COUNT",
                      "nodeId": "at0002",
                      "min": 1,
                      "max": 1,
                      "localizedNames": {
                        "en": "Fixed Count",
                        "sl": "Fiksen count"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0001]/items[at0002]/value",
                      "inputs": [
                        {
                          "type": "INTEGER",
                          "validation": {
                            "range": {
                              "minOp": ">=",
                              "min": 1,
                              "maxOp": "<=",
                              "max": 1
                            }
                          },
                          "defaultValue": 1
                        }
                      ]
                    },
                    {
                      "id": "fixed_ordinal",
                      "name": "Fixed Ordinal",
                      "localizedName": "Fixed Ordinal",
                      "rmType": "DV_ORDINAL",
                      "nodeId": "at0005",
                      "min": 1,
                      "max": 1,
                      "localizedNames": {
                        "en": "Fixed Ordinal",
                        "sl": "Fiksen ordinal"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0001]/items[at0005]/value",
                      "inputs": [
                        {
                          "type": "CODED_TEXT",
                          "list": [
                            {
                              "value": "at0009",
                              "label": "Fixed ordinal",
                              "localizedLabels": {
                                "en": "Fixed ordinal",
                                "sl": "Fiksen ordinal"
                              },
                              "localizedDescriptions": {
                                "en": "Fixed ordinal",
                                "sl": "*Fixed ordinal(en)"
                              },
                              "ordinal": 1
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "id": "fixed_boolean",
                      "name": "Fixed Boolean",
                      "localizedName": "Fixed Boolean",
                      "rmType": "DV_BOOLEAN",
                      "nodeId": "at0006",
                      "min": 1,
                      "max": 1,
                      "localizedNames": {
                        "en": "Fixed Boolean",
                        "sl": "Fiksen boolean"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0001]/items[at0006]/value",
                      "inputs": [
                        {
                          "type": "BOOLEAN",
                          "list": [
                            {
                              "value": "true",
                              "label": "true"
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "id": "fixed_quantity",
                      "name": "Fixed Quantity",
                      "localizedName": "Fixed Quantity",
                      "rmType": "DV_QUANTITY",
                      "nodeId": "at0007",
                      "min": 1,
                      "max": 1,
                      "localizedNames": {
                        "en": "Fixed Quantity",
                        "sl": "Fiksen quantity"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0001]/items[at0007]/value",
                      "inputs": [
                        {
                          "suffix": "magnitude",
                          "type": "DECIMAL",
                          "validation": {
                            "range": {
                              "minOp": ">=",
                              "min": 50.0,
                              "maxOp": "<=",
                              "max": 50.0
                            },
                            "precision": {
                              "minOp": ">=",
                              "min": 1,
                              "maxOp": "<=",
                              "max": 1
                            }
                          }
                        },
                        {
                          "suffix": "unit",
                          "type": "CODED_TEXT",
                          "list": [
                            {
                              "value": "kg",
                              "label": "kg",
                              "validation": {
                                "range": {
                                  "minOp": ">=",
                                  "min": 50.0,
                                  "maxOp": "<=",
                                  "max": 50.0
                                },
                                "precision": {
                                  "minOp": ">=",
                                  "min": 1,
                                  "maxOp": "<=",
                                  "max": 1
                                }
                              }
                            }
                          ]
                        }
                      ]
                    }
                  ]
                },
                {
                  "id": "multimedia",
                  "name": "Multimedia",
                  "localizedName": "Multimedia",
                  "rmType": "DV_MULTIMEDIA",
                  "nodeId": "at0010",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Multimedia",
                    "sl": "Multimedia"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "*"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0010]/value",
                  "inputs": [
                    {
                      "type": "TEXT"
                    }
                  ]
                },
                {
                  "id": "proportion",
                  "name": "Proportion",
                  "localizedName": "Proportion",
                  "rmType": "DV_PROPORTION",
                  "nodeId": "at0011",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Proportion",
                    "sl": "*Proportion(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0011]/value",
                  "proportionTypes": [
                    "integer_fraction",
                    "unitary",
                    "percent",
                    "ratio",
                    "fraction"
                  ],
                  "inputs": [
                    {
                      "suffix": "numerator",
                      "type": "DECIMAL"
                    },
                    {
                      "suffix": "denominator",
                      "type": "DECIMAL"
                    }
                  ]
                },
                {
                  "id": "uri",
                  "name": "Uri",
                  "localizedName": "Uri",
                  "rmType": "DV_URI",
                  "nodeId": "at0012",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Uri",
                    "sl": "*Uri(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0012]/value",
                  "inputs": [
                    {
                      "type": "TEXT"
                    }
                  ]
                },
                {
                  "id": "date",
                  "name": "Date",
                  "localizedName": "Date",
                  "rmType": "DV_DATE",
                  "nodeId": "at0013",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Date",
                    "sl": "*Date(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0013]/value",
                  "inputs": [
                    {
                      "type": "DATE"
                    }
                  ]
                },
                {
                  "id": "time",
                  "name": "Time",
                  "localizedName": "Time",
                  "rmType": "DV_TIME",
                  "nodeId": "at0014",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Time",
                    "sl": "*Time(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0014]/value",
                  "inputs": [
                    {
                      "type": "TIME"
                    }
                  ]
                },
                {
                  "id": "date_time",
                  "name": "Date time",
                  "localizedName": "Date time",
                  "rmType": "DV_DATE_TIME",
                  "nodeId": "at0015",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Date time",
                    "sl": "*Date time(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0015]/value",
                  "inputs": [
                    {
                      "type": "DATETIME",
                      "validation": {
                        "pattern": "yyyy-mm-ddTHH:MM:SS"
                      }
                    }
                  ]
                },
                {
                  "id": "external_terminology",
                  "name": "External terminology",
                  "localizedName": "External terminology",
                  "rmType": "DV_CODED_TEXT",
                  "nodeId": "at0016",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "External terminology",
                    "sl": "*External terminology(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0016,'External terminology']/value",
                  "inputs": [
                    {
                      "suffix": "code",
                      "type": "TEXT",
                      "terminology": "RU3"
                    },
                    {
                      "suffix": "value",
                      "type": "TEXT",
                      "terminology": "RU3"
                    }
                  ]
                },
                {
                  "id": "name_1",
                  "name": "Name 1",
                  "localizedName": "Name 1",
                  "rmType": "DV_TEXT",
                  "nodeId": "at0018",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Name 1",
                    "sl": "*Name 1(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0018,'Name 1']/value",
                  "inputs": [
                    {
                      "type": "TEXT"
                    }
                  ]
                },
                {
                  "id": "name_2",
                  "name": "Name 2",
                  "localizedName": "Name 2",
                  "rmType": "DV_TEXT",
                  "nodeId": "at0018",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Name 2",
                    "sl": "*Name 2(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0018,'Name 2']/value",
                  "inputs": [
                    {
                      "type": "TEXT"
                    }
                  ]
                },
                {
                  "id": "name_3",
                  "name": "Name 3",
                  "localizedName": "Name 3",
                  "rmType": "DV_TEXT",
                  "nodeId": "at0018",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Name 3",
                    "sl": "*Name 3(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0018,'Name 3']/value",
                  "inputs": [
                    {
                      "type": "TEXT"
                    }
                  ]
                },
                {
                  "id": "intervals",
                  "name": "Intervals",
                  "localizedName": "Intervals",
                  "rmType": "CLUSTER",
                  "nodeId": "at0022",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Intervals",
                    "sl": "*New cluster(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0022]",
                  "children": [
                    {
                      "id": "quantity",
                      "name": "Quantity",
                      "localizedName": "Quantity",
                      "rmType": "DV_INTERVAL",
                      "nodeId": "at0023",
                      "min": 0,
                      "max": 1,
                      "localizedNames": {
                        "en": "Quantity",
                        "sl": "*New element(en)"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0022]/items[at0023]/value",
                      "children": [
                        {
                          "id": "upper",
                          "rmType": "DV_QUANTITY",
                          "nodeId": "",
                          "min": 1,
                          "max": 1,
                          "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0022]/items[at0023]/value/upper",
                          "inputs": [
                            {
                              "suffix": "magnitude",
                              "type": "DECIMAL",
                              "validation": {
                                "range": {
                                  "minOp": ">=",
                                  "min": 0.0,
                                  "maxOp": "<=",
                                  "max": 300.0
                                },
                                "precision": {
                                  "minOp": ">=",
                                  "min": 3,
                                  "maxOp": "<=",
                                  "max": 3
                                }
                              }
                            },
                            {
                              "suffix": "unit",
                              "type": "CODED_TEXT",
                              "list": [
                                {
                                  "value": "kg",
                                  "label": "kg",
                                  "validation": {
                                    "range": {
                                      "minOp": ">=",
                                      "min": 0.0,
                                      "maxOp": "<=",
                                      "max": 300.0
                                    },
                                    "precision": {
                                      "minOp": ">=",
                                      "min": 3,
                                      "maxOp": "<=",
                                      "max": 3
                                    }
                                  }
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "id": "lower",
                          "rmType": "DV_QUANTITY",
                          "nodeId": "",
                          "min": 1,
                          "max": 1,
                          "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0022]/items[at0023]/value/lower",
                          "inputs": [
                            {
                              "suffix": "magnitude",
                              "type": "DECIMAL",
                              "validation": {
                                "range": {
                                  "minOp": ">=",
                                  "min": 0.0,
                                  "maxOp": "<=",
                                  "max": 200.0
                                },
                                "precision": {
                                  "minOp": ">=",
                                  "min": 3,
                                  "maxOp": "<=",
                                  "max": 3
                                }
                              }
                            },
                            {
                              "suffix": "unit",
                              "type": "CODED_TEXT",
                              "list": [
                                {
                                  "value": "kg",
                                  "label": "kg",
                                  "validation": {
                                    "range": {
                                      "minOp": ">=",
                                      "min": 0.0,
                                      "maxOp": "<=",
                                      "max": 200.0
                                    },
                                    "precision": {
                                      "minOp": ">=",
                                      "min": 3,
                                      "maxOp": "<=",
                                      "max": 3
                                    }
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "id": "count",
                      "name": "Count",
                      "localizedName": "Count",
                      "rmType": "DV_INTERVAL",
                      "nodeId": "at0024",
                      "min": 0,
                      "max": 1,
                      "localizedNames": {
                        "en": "Count",
                        "sl": "*New element(en)"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0022]/items[at0024]/value",
                      "children": [
                        {
                          "id": "upper",
                          "rmType": "DV_COUNT",
                          "nodeId": "",
                          "min": 1,
                          "max": 1,
                          "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0022]/items[at0024]/value/upper",
                          "inputs": [
                            {
                              "type": "INTEGER",
                              "validation": {
                                "range": {
                                  "minOp": ">=",
                                  "min": 0,
                                  "maxOp": "<=",
                                  "max": 20
                                }
                              }
                            }
                          ]
                        },
                        {
                          "id": "lower",
                          "rmType": "DV_COUNT",
                          "nodeId": "",
                          "min": 1,
                          "max": 1,
                          "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0022]/items[at0024]/value/lower",
                          "inputs": [
                            {
                              "type": "INTEGER",
                              "validation": {
                                "range": {
                                  "minOp": ">=",
                                  "min": 0,
                                  "maxOp": "<=",
                                  "max": 10
                                }
                              }
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "id": "datetime",
                      "name": "DateTime",
                      "localizedName": "DateTime",
                      "rmType": "DV_INTERVAL",
                      "nodeId": "at0025",
                      "min": 0,
                      "max": 1,
                      "localizedNames": {
                        "en": "DateTime",
                        "sl": "*New element(en)"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0022]/items[at0025]/value",
                      "children": [
                        {
                          "id": "upper",
                          "rmType": "DV_DATE_TIME",
                          "nodeId": "",
                          "min": 1,
                          "max": 1,
                          "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0022]/items[at0025]/value/upper",
                          "inputs": [
                            {
                              "type": "DATETIME"
                            }
                          ]
                        },
                        {
                          "id": "lower",
                          "rmType": "DV_DATE_TIME",
                          "nodeId": "",
                          "min": 1,
                          "max": 1,
                          "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0022]/items[at0025]/value/lower",
                          "inputs": [
                            {
                              "type": "DATETIME"
                            }
                          ]
                        }
                      ]
                    }
                  ]
                },
                {
                  "id": "testing_dv_text",
                  "name": "Testing DV_TEXT",
                  "localizedName": "Testing DV_TEXT",
                  "rmType": "DV_CODED_TEXT",
                  "nodeId": "at0026",
                  "min": 1,
                  "max": 1,
                  "localizedNames": {
                    "en": "Testing DV_TEXT",
                    "sl": "*Testing DV_TEXT(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0026]/value",
                  "inputs": [
                    {
                      "suffix": "code",
                      "type": "CODED_TEXT",
                      "list": [
                        {
                          "value": "1234",
                          "localizedLabels": {
                            "en": "",
                            "sl": ""
                          }
                        }
                      ],
                      "defaultValue": "1234",
                      "terminology": "LOINC"
                    }
                  ]
                },
                {
                  "id": "testing_dv_coded_text",
                  "name": "Testing DV_CODED_TEXT",
                  "localizedName": "Testing DV_CODED_TEXT",
                  "rmType": "DV_CODED_TEXT",
                  "nodeId": "at0027",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Testing DV_CODED_TEXT",
                    "sl": "*Testing DV_CODED_TEXT(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0027]/value",
                  "inputs": [
                    {
                      "suffix": "code",
                      "type": "CODED_TEXT",
                      "list": [
                        {
                          "value": "at0028",
                          "label": "First",
                          "localizedLabels": {
                            "en": "First",
                            "sl": "*First(en)"
                          },
                          "localizedDescriptions": {
                            "en": "First item",
                            "sl": "*First item(en)"
                          }
                        },
                        {
                          "value": "at0029",
                          "label": "Second",
                          "localizedLabels": {
                            "en": "Second",
                            "sl": "*Second(en)"
                          },
                          "localizedDescriptions": {
                            "en": "Second item",
                            "sl": "*Second item(en)"
                          }
                        }
                      ],
                      "defaultValue": "at0029"
                    }
                  ]
                },
                {
                  "id": "testing_dv_coded_text_with_terminology",
                  "name": "Testing DV_CODED_TEXT with terminology",
                  "localizedName": "Testing DV_CODED_TEXT with terminology",
                  "rmType": "DV_CODED_TEXT",
                  "nodeId": "at0030",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Testing DV_CODED_TEXT with terminology",
                    "sl": "*Testing DV_CODED_TEXT with terminology(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0030]/value",
                  "inputs": [
                    {
                      "suffix": "code",
                      "type": "TEXT",
                      "terminology": "ICD10"
                    },
                    {
                      "suffix": "value",
                      "type": "TEXT",
                      "terminology": "ICD10"
                    }
                  ]
                },
                {
                  "id": "testing_quantity",
                  "name": "Testing Quantity",
                  "localizedName": "Testing Quantity",
                  "rmType": "DV_QUANTITY",
                  "nodeId": "at0031",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Testing Quantity",
                    "sl": "*Testing Quantity(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0031]/value",
                  "inputs": [
                    {
                      "suffix": "magnitude",
                      "type": "DECIMAL",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 0.0,
                          "maxOp": "<=",
                          "max": 500.0
                        },
                        "precision": {
                          "minOp": ">=",
                          "min": 1,
                          "maxOp": "<=",
                          "max": 1
                        }
                      },
                      "defaultValue": 65.0
                    },
                    {
                      "suffix": "unit",
                      "type": "CODED_TEXT",
                      "list": [
                        {
                          "value": "kg",
                          "label": "kg",
                          "validation": {
                            "range": {
                              "minOp": ">=",
                              "min": 0.0,
                              "maxOp": "<=",
                              "max": 500.0
                            },
                            "precision": {
                              "minOp": ">=",
                              "min": 1,
                              "maxOp": "<=",
                              "max": 1
                            }
                          }
                        }
                      ],
                      "defaultValue": "kg"
                    }
                  ]
                },
                {
                  "id": "testing_quantity1",
                  "name": "Testing Quantity1",
                  "localizedName": "Testing Quantity1",
                  "rmType": "DV_QUANTITY",
                  "nodeId": "at0032",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Testing Quantity1",
                    "sl": "*Testing Quantity1(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0032]/value",
                  "inputs": [
                    {
                      "suffix": "magnitude",
                      "type": "DECIMAL"
                    },
                    {
                      "suffix": "unit",
                      "type": "CODED_TEXT",
                      "list": [
                        {
                          "value": "kg",
                          "label": "kg"
                        }
                      ]
                    }
                  ]
                },
                {
                  "id": "count1",
                  "name": "Count1",
                  "localizedName": "Count1",
                  "rmType": "DV_COUNT",
                  "nodeId": "at0033",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Count1",
                    "sl": "*Count1(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0033]/value",
                  "inputs": [
                    {
                      "type": "INTEGER",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 1,
                          "maxOp": "<=",
                          "max": 20
                        }
                      }
                    }
                  ]
                },
                {
                  "id": "count2",
                  "name": "Count2",
                  "localizedName": "Count2",
                  "rmType": "DV_COUNT",
                  "nodeId": "at0034",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Count2",
                    "sl": "*Count2(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0034]/value",
                  "inputs": [
                    {
                      "type": "INTEGER",
                      "validation": {
                        "range": {
                          "maxOp": "<=",
                          "max": 20
                        }
                      }
                    }
                  ]
                },
                {
                  "id": "count3",
                  "name": "Count3",
                  "localizedName": "Count3",
                  "rmType": "DV_COUNT",
                  "nodeId": "at0035",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Count3",
                    "sl": "*Count3(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0035]/value",
                  "inputs": [
                    {
                      "type": "INTEGER"
                    }
                  ]
                },
                {
                  "id": "count4",
                  "name": "Count4",
                  "localizedName": "Count4",
                  "rmType": "DV_COUNT",
                  "nodeId": "at0064",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Count4",
                    "sl": "*Count4(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0064]/value",
                  "inputs": [
                    {
                      "type": "INTEGER",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 3
                        }
                      }
                    }
                  ]
                },
                {
                  "id": "datetime1",
                  "name": "DateTime1",
                  "localizedName": "DateTime1",
                  "rmType": "DV_DATE_TIME",
                  "nodeId": "at0037",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "DateTime1",
                    "sl": "*DateTime1(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0037]/value",
                  "inputs": [
                    {
                      "type": "DATETIME",
                      "validation": {
                        "pattern": "yyyy-mm-ddTHH:MM:SS"
                      }
                    }
                  ]
                },
                {
                  "id": "datetime2",
                  "name": "DateTime2",
                  "localizedName": "DateTime2",
                  "rmType": "DV_DATE",
                  "nodeId": "at0038",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "DateTime2",
                    "sl": "*DateTime2(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0038]/value",
                  "inputs": [
                    {
                      "type": "DATE"
                    }
                  ]
                },
                {
                  "id": "datetime3",
                  "name": "DateTime3",
                  "localizedName": "DateTime3",
                  "rmType": "DV_TIME",
                  "nodeId": "at0039",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "DateTime3",
                    "sl": "*DateTime3(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0039]/value",
                  "inputs": [
                    {
                      "type": "TIME"
                    }
                  ]
                },
                {
                  "id": "duration1",
                  "name": "Duration1",
                  "localizedName": "Duration1",
                  "rmType": "DV_DURATION",
                  "nodeId": "at0040",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Duration1",
                    "sl": "*Duration1(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0040]/value",
                  "inputs": [
                    {
                      "suffix": "year",
                      "type": "INTEGER",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 0,
                          "maxOp": "<=",
                          "max": 2
                        }
                      }
                    },
                    {
                      "suffix": "month",
                      "type": "INTEGER",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 0
                        }
                      }
                    }
                  ]
                },
                {
                  "id": "duration2",
                  "name": "Duration2",
                  "localizedName": "Duration2",
                  "rmType": "DV_DURATION",
                  "nodeId": "at0041",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Duration2",
                    "sl": "*Duration2(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0041]/value",
                  "inputs": [
                    {
                      "suffix": "year",
                      "type": "INTEGER",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 0,
                          "maxOp": "<=",
                          "max": 1
                        }
                      }
                    },
                    {
                      "suffix": "month",
                      "type": "INTEGER",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 0
                        }
                      }
                    },
                    {
                      "suffix": "day",
                      "type": "INTEGER",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 0
                        }
                      }
                    },
                    {
                      "suffix": "week",
                      "type": "INTEGER",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 0
                        }
                      }
                    },
                    {
                      "suffix": "hour",
                      "type": "INTEGER",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 0
                        }
                      }
                    },
                    {
                      "suffix": "minute",
                      "type": "INTEGER",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 0
                        }
                      }
                    },
                    {
                      "suffix": "second",
                      "type": "INTEGER",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 0
                        }
                      }
                    }
                  ]
                },
                {
                  "id": "ordinal1",
                  "name": "Ordinal1",
                  "localizedName": "Ordinal1",
                  "rmType": "DV_ORDINAL",
                  "nodeId": "at0042",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Ordinal1",
                    "sl": "*Ordinal1(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0042]/value",
                  "inputs": [
                    {
                      "type": "CODED_TEXT",
                      "list": [
                        {
                          "value": "at0043",
                          "label": "First",
                          "localizedLabels": {
                            "en": "First",
                            "sl": "*First(en)"
                          },
                          "localizedDescriptions": {
                            "en": "*",
                            "sl": "**(en)"
                          },
                          "ordinal": 1
                        },
                        {
                          "value": "at0044",
                          "label": "Second",
                          "localizedLabels": {
                            "en": "Second",
                            "sl": "*Second(en)"
                          },
                          "localizedDescriptions": {
                            "en": "*",
                            "sl": "**(en)"
                          },
                          "ordinal": 2
                        }
                      ]
                    }
                  ]
                },
                {
                  "id": "boolean1",
                  "name": "Boolean1",
                  "localizedName": "Boolean1",
                  "rmType": "DV_BOOLEAN",
                  "nodeId": "at0045",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Boolean1",
                    "sl": "*Boolean1(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0045]/value",
                  "inputs": [
                    {
                      "type": "BOOLEAN"
                    }
                  ]
                },
                {
                  "id": "boolean2",
                  "name": "Boolean2",
                  "localizedName": "Boolean2",
                  "rmType": "DV_BOOLEAN",
                  "nodeId": "at0046",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Boolean2",
                    "sl": "*Boolean2(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0046]/value",
                  "inputs": [
                    {
                      "type": "BOOLEAN",
                      "list": [
                        {
                          "value": "true",
                          "label": "true"
                        }
                      ]
                    }
                  ]
                },
                {
                  "id": "proportion1",
                  "name": "Proportion1",
                  "localizedName": "Proportion1",
                  "rmType": "DV_PROPORTION",
                  "nodeId": "at0049",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Proportion1",
                    "sl": "*Proportion1(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0049]/value",
                  "proportionTypes": [
                    "percent"
                  ],
                  "inputs": [
                    {
                      "suffix": "numerator",
                      "type": "DECIMAL",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 0.0,
                          "maxOp": "<=",
                          "max": 100.0
                        }
                      }
                    },
                    {
                      "suffix": "denominator",
                      "type": "DECIMAL",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 100.0,
                          "maxOp": "<=",
                          "max": 100.0
                        }
                      }
                    }
                  ]
                },
                {
                  "id": "proportion2",
                  "name": "Proportion2",
                  "localizedName": "Proportion2",
                  "rmType": "DV_PROPORTION",
                  "nodeId": "at0050",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Proportion2",
                    "sl": "*Proportion2(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0050]/value",
                  "proportionTypes": [
                    "ratio"
                  ],
                  "inputs": [
                    {
                      "suffix": "numerator",
                      "type": "DECIMAL",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 20.0,
                          "maxOp": "<=",
                          "max": 120.0
                        }
                      }
                    },
                    {
                      "suffix": "denominator",
                      "type": "DECIMAL",
                      "validation": {
                        "range": {
                          "minOp": ">=",
                          "min": 50.0,
                          "maxOp": "<=",
                          "max": 750.0
                        }
                      }
                    }
                  ]
                },
                {
                  "id": "defaults",
                  "name": "Defaults",
                  "localizedName": "Defaults",
                  "rmType": "CLUSTER",
                  "nodeId": "at0051",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Defaults",
                    "sl": "*Defaults(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0051]",
                  "children": [
                    {
                      "id": "default_boolean",
                      "name": "Default boolean",
                      "localizedName": "Default boolean",
                      "rmType": "DV_BOOLEAN",
                      "nodeId": "at0057",
                      "min": 0,
                      "max": 1,
                      "localizedNames": {
                        "en": "Default boolean",
                        "sl": "*Default boolean(en)"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0051]/items[at0057]/value",
                      "inputs": [
                        {
                          "type": "BOOLEAN",
                          "defaultValue": true
                        }
                      ]
                    },
                    {
                      "id": "default_ordinal",
                      "name": "Default ordinal",
                      "localizedName": "Default ordinal",
                      "rmType": "DV_ORDINAL",
                      "nodeId": "at0056",
                      "min": 0,
                      "max": 1,
                      "localizedNames": {
                        "en": "Default ordinal",
                        "sl": "*Default ordinal(en)"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0051]/items[at0056]/value",
                      "inputs": [
                        {
                          "type": "CODED_TEXT",
                          "list": [
                            {
                              "value": "at0060",
                              "label": "First ordinal",
                              "localizedLabels": {
                                "en": "First ordinal",
                                "sl": "*First ordinal(en)"
                              },
                              "localizedDescriptions": {
                                "en": "*",
                                "sl": "**(en)"
                              },
                              "ordinal": 1
                            },
                            {
                              "value": "at0061",
                              "label": "Second ordinal",
                              "localizedLabels": {
                                "en": "Second ordinal",
                                "sl": "*Second ordinal(en)"
                              },
                              "localizedDescriptions": {
                                "en": "*",
                                "sl": "**(en)"
                              },
                              "ordinal": 2
                            }
                          ],
                          "defaultValue": "at0061"
                        }
                      ]
                    },
                    {
                      "id": "default_count",
                      "name": "Default count",
                      "localizedName": "Default count",
                      "rmType": "DV_COUNT",
                      "nodeId": "at0054",
                      "min": 0,
                      "max": 1,
                      "localizedNames": {
                        "en": "Default count",
                        "sl": "*Default count(en)"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0051]/items[at0054]/value",
                      "inputs": [
                        {
                          "type": "INTEGER"
                        }
                      ]
                    },
                    {
                      "id": "default_quantity",
                      "name": "Default quantity",
                      "localizedName": "Default quantity",
                      "rmType": "DV_QUANTITY",
                      "nodeId": "at0053",
                      "min": 0,
                      "max": 1,
                      "localizedNames": {
                        "en": "Default quantity",
                        "sl": "*Default quantity(en)"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0051]/items[at0053]/value",
                      "inputs": [
                        {
                          "suffix": "magnitude",
                          "type": "DECIMAL",
                          "defaultValue": 36.70000076293945
                        },
                        {
                          "suffix": "unit",
                          "type": "CODED_TEXT",
                          "list": [
                            {
                              "value": "°C",
                              "label": "°C"
                            }
                          ],
                          "defaultValue": "°C"
                        }
                      ]
                    },
                    {
                      "id": "default_text",
                      "name": "Default text",
                      "localizedName": "Default text",
                      "rmType": "DV_CODED_TEXT",
                      "nodeId": "at0052",
                      "min": 0,
                      "max": 1,
                      "localizedNames": {
                        "en": "Default text",
                        "sl": "*Default text(en)"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0051]/items[at0052]/value",
                      "inputs": [
                        {
                          "suffix": "code",
                          "type": "CODED_TEXT",
                          "list": [
                            {
                              "value": "at0062",
                              "label": "First item",
                              "localizedLabels": {
                                "en": "First item",
                                "sl": "*First item(en)"
                              },
                              "localizedDescriptions": {
                                "en": "*",
                                "sl": "**(en)"
                              }
                            },
                            {
                              "value": "at0063",
                              "label": "Second item",
                              "localizedLabels": {
                                "en": "Second item",
                                "sl": "*Second item(en)"
                              },
                              "localizedDescriptions": {
                                "en": "*",
                                "sl": "**(en)"
                              }
                            }
                          ],
                          "defaultValue": "at0063"
                        }
                      ]
                    },
                    {
                      "id": "default_duration",
                      "name": "Default duration",
                      "localizedName": "Default duration",
                      "rmType": "DV_DURATION",
                      "nodeId": "at0058",
                      "min": 0,
                      "max": 1,
                      "localizedNames": {
                        "en": "Default duration",
                        "sl": "*Default duration(en)"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0051]/items[at0058]/value",
                      "inputs": [
                        {
                          "suffix": "year",
                          "type": "INTEGER",
                          "validation": {
                            "range": {
                              "minOp": ">=",
                              "min": 0
                            }
                          }
                        },
                        {
                          "suffix": "month",
                          "type": "INTEGER",
                          "validation": {
                            "range": {
                              "minOp": ">=",
                              "min": 0
                            }
                          }
                        },
                        {
                          "suffix": "day",
                          "type": "INTEGER",
                          "validation": {
                            "range": {
                              "minOp": ">=",
                              "min": 0
                            }
                          }
                        },
                        {
                          "suffix": "week",
                          "type": "INTEGER",
                          "validation": {
                            "range": {
                              "minOp": ">=",
                              "min": 0
                            }
                          }
                        },
                        {
                          "suffix": "hour",
                          "type": "INTEGER",
                          "validation": {
                            "range": {
                              "minOp": ">=",
                              "min": 0
                            }
                          }
                        },
                        {
                          "suffix": "minute",
                          "type": "INTEGER",
                          "validation": {
                            "range": {
                              "minOp": ">=",
                              "min": 0
                            }
                          }
                        },
                        {
                          "suffix": "second",
                          "type": "INTEGER",
                          "validation": {
                            "range": {
                              "minOp": ">=",
                              "min": 0
                            }
                          }
                        }
                      ]
                    },
                    {
                      "id": "default_proportion",
                      "name": "Default proportion",
                      "localizedName": "Default proportion",
                      "rmType": "DV_PROPORTION",
                      "nodeId": "at0059",
                      "min": 0,
                      "max": 1,
                      "localizedNames": {
                        "en": "Default proportion",
                        "sl": "*Default proportion(en)"
                      },
                      "localizedDescriptions": {
                        "en": "*",
                        "sl": "**(en)"
                      },
                      "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0051]/items[at0059]/value",
                      "proportionTypes": [
                        "integer_fraction",
                        "unitary",
                        "percent",
                        "ratio",
                        "fraction"
                      ],
                      "inputs": [
                        {
                          "suffix": "numerator",
                          "type": "DECIMAL"
                        },
                        {
                          "suffix": "denominator",
                          "type": "DECIMAL"
                        }
                      ]
                    }
                  ]
                },
                {
                  "id": "multiple_units",
                  "name": "Multiple units",
                  "localizedName": "Multiple units",
                  "rmType": "DV_QUANTITY",
                  "nodeId": "at0065",
                  "min": 0,
                  "max": 1,
                  "localizedNames": {
                    "en": "Multiple units",
                    "sl": "*Multiple units(en)"
                  },
                  "localizedDescriptions": {
                    "en": "*",
                    "sl": "**(en)"
                  },
                  "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/data[at0003]/items[openEHR-EHR-CLUSTER.testing.v1]/items[at0065]/value",
                  "inputs": [
                    {
                      "suffix": "magnitude",
                      "type": "DECIMAL",
                      "defaultValue": 110.0
                    },
                    {
                      "suffix": "unit",
                      "type": "CODED_TEXT",
                      "list": [
                        {
                          "value": "kg",
                          "label": "kg",
                          "validation": {
                            "range": {
                              "minOp": ">=",
                              "min": 0.0,
                              "maxOp": "<=",
                              "max": 200.0
                            },
                            "precision": {
                              "minOp": ">=",
                              "min": 1,
                              "maxOp": "<=",
                              "max": 1
                            }
                          }
                        },
                        {
                          "value": "lb",
                          "label": "lb",
                          "validation": {
                            "range": {
                              "minOp": ">=",
                              "min": 0.0,
                              "maxOp": "<=",
                              "max": 400.0
                            },
                            "precision": {
                              "minOp": ">=",
                              "min": 1,
                              "maxOp": "<=",
                              "max": 1
                            }
                          }
                        }
                      ],
                      "defaultValue": "lb"
                    }
                  ]
                }
              ]
            },
            {
              "id": "time",
              "name": "Time",
              "rmType": "DV_DATE_TIME",
              "min": 1,
              "max": 1,
              "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/data[at0001]/events[at0002]/time",
              "inputs": [
                {
                  "type": "DATETIME"
                }
              ],
              "inContext": true
            },
            {
              "id": "language",
              "name": "Language",
              "rmType": "CODE_PHRASE",
              "min": 1,
              "max": 1,
              "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/language",
              "inContext": true
            },
            {
              "id": "encoding",
              "name": "Encoding",
              "rmType": "CODE_PHRASE",
              "min": 1,
              "max": 1,
              "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/encoding",
              "inContext": true
            },
            {
              "id": "subject",
              "name": "Subject",
              "rmType": "PARTY_PROXY",
              "min": 1,
              "max": 1,
              "aqlPath": "/content[openEHR-EHR-OBSERVATION.testing.v1]/subject",
              "inputs": [
                {
                  "suffix": "id",
                  "type": "TEXT"
                },
                {
                  "suffix": "id_scheme",
                  "type": "TEXT"
                },
                {
                  "suffix": "id_namespace",
                  "type": "TEXT"
                },
                {
                  "suffix": "name",
                  "type": "TEXT"
                }
              ],
              "inContext": true
            }
          ]
        },
        {
          "id": "category",
          "rmType": "DV_CODED_TEXT",
          "nodeId": "",
          "min": 1,
          "max": 1,
          "aqlPath": "/category",
          "inputs": [
            {
              "suffix": "code",
              "type": "CODED_TEXT",
              "list": [
                {
                  "value": "433",
                  "label": "event",
                  "localizedLabels": {
                    "en": "event",
                    "sl": ""
                  }
                }
              ],
              "terminology": "openehr"
            }
          ],
          "inContext": true
        },
        {
          "id": "language",
          "name": "Language",
          "rmType": "CODE_PHRASE",
          "min": 1,
          "max": 1,
          "aqlPath": "/language",
          "inContext": true
        },
        {
          "id": "territory",
          "name": "Territory",
          "rmType": "CODE_PHRASE",
          "min": 1,
          "max": 1,
          "aqlPath": "/territory",
          "inContext": true
        },
        {
          "id": "composer",
          "name": "Composer",
          "rmType": "PARTY_PROXY",
          "min": 1,
          "max": 1,
          "aqlPath": "/composer",
          "inputs": [
            {
              "suffix": "id",
              "type": "TEXT"
            },
            {
              "suffix": "id_scheme",
              "type": "TEXT"
            },
            {
              "suffix": "id_namespace",
              "type": "TEXT"
            },
            {
              "suffix": "name",
              "type": "TEXT"
            }
          ],
          "inContext": true
        }
      ]
    }
  }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy