Child

  • aqlPath
    Type: string
    required
  • id
    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).

  • rmType
    Type: string
    required
  • children
    Type: array object[] · Child1[]
    • aqlPath
      Type: string
      required
    • id
      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).

    • name
      Type: string
      required
    • rmType
      Type: string
      required
    • annotations
      Type: object · Annotations1
    • children
      Type: array object[] · Child2[]
    • dependsOn
      Type: array string[]
    • inContext
      Type: boolean
    • inputs
      Type: array object[] · Input2[]
    • localizedDescriptions
      Type: object · LocalizedDescriptions
    • localizedName
      Type: string
    • localizedNames
      Type: object · LocalizedNames1
    • nodeId
      Type: string
    • proportionTypes
      Type: array string[]
    • termBindings
      Type: object · TermBindings
  • inContext
    Type: boolean
  • inputs
    Type: array object[] · Input3[]
    • suffix
      Type: string
      required
    • type
      Type: string
      required
    • list
      Type: array object[] · List2[]
    • terminology
      Type: string
  • localizedDescriptions
    Type: object · LocalizedDescriptions
    • sl
      Type: string
      required
  • localizedName
    Type: string
  • localizedNames
    Type: object · LocalizedNames1
    • sl
      Type: string
      required
  • name
    Type: string
  • nodeId
    Type: string
  • termBindings
    Type: object · TermBindings
    • SNOMED-CT
      Type: object · SNOMEDCT
      required
Examples
{
  "id": "context",
  "rmType": "EVENT_CONTEXT",
  "nodeId": "",
  "min": 1,
  "max": 1,
  "aqlPath": "/context",
  "children": [
    {
      "id": "context_detail",
      "name": "Context detail",
      "localizedName": "Context detail",
      "rmType": "CLUSTER",
      "nodeId": "openEHR-EHR-CLUSTER.context_detail.v1",
      "min": 0,
      "max": -1,
      "localizedNames": {
        "sl": "Podrobnosti"
      },
      "localizedDescriptions": {
        "sl": "Dodatni podatki o kontekstu"
      },
      "aqlPath": "/context/other_context[at0001]/items[openEHR-EHR-CLUSTER.context_detail.v1]",
      "children": [
        {
          "id": "tags",
          "name": "Tags",
          "localizedName": "Tags",
          "rmType": "DV_TEXT",
          "nodeId": "at0008",
          "min": 1,
          "max": -1,
          "localizedNames": {
            "sl": "Tagi"
          },
          "localizedDescriptions": {
            "sl": "*"
          },
          "annotations": {
            "comment": "Tags applied to the composition. They can contain various ids, such as episode id, central case id or other types of information forming composition meta-data."
          },
          "aqlPath": "/context/other_context[at0001]/items[openEHR-EHR-CLUSTER.context_detail.v1]/items[at0008]/value",
          "inputs": [
            {
              "type": "TEXT"
            }
          ]
        }
      ]
    },
    {
      "id": "start_time",
      "name": "Start_time",
      "rmType": "DV_DATE_TIME",
      "min": 0,
      "max": 1,
      "aqlPath": "/context/start_time",
      "inputs": [
        {
          "type": "DATETIME"
        }
      ],
      "inContext": true
    },
    {
      "id": "setting",
      "name": "Setting",
      "rmType": "DV_CODED_TEXT",
      "min": 0,
      "max": 1,
      "aqlPath": "/context/setting",
      "inputs": [
        {
          "suffix": "code",
          "type": "TEXT"
        },
        {
          "suffix": "value",
          "type": "TEXT"
        }
      ],
      "inContext": true
    }
  ]
}