Child2

  • aqlPath
    Type: string
    required
  • id
    Type: string
    required
  • inputs
    Type: array object[] · Input[]
    required
    • type
      Type: string
      required
    • defaultValue
      Type: string
    • list
      Type: array object[] · List[]
    • suffix
      Type: string
    • validation
      Type: object · Validation1
  • localizedDescriptions
    Type: object · LocalizedDescriptions
    required
    • sl
      Type: string
      required
  • localizedName
    Type: string
    required
  • localizedNames
    Type: object · LocalizedNames2
    required
    • sl
      Type: string
      required
    • en
      Type: string
  • 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
  • nodeId
    Type: string
    required
  • rmType
    Type: string
    required
  • annotations
    Type: object · Annotations
    • comment
      Type: string
    • default
      Type: string
  • children
    Type: array object[] · Child3[]
    • aqlPath
      Type: string
      required
    • id
      Type: string
      required
    • inputs
      Type: array object[] · Input1[]
      required
    • localizedDescriptions
      Type: object · LocalizedDescriptions
      required
    • localizedName
      Type: string
      required
    • localizedNames
      Type: object · LocalizedNames1
      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
  • dependsOn
    Type: array string[]
  • inContext
    Type: boolean
  • termBindings
    Type: object · TermBindings
    • SNOMED-CT
      Type: object · SNOMEDCT
      required
Examples
{
  "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"
    }
  ]
}