Child2
- Type: string
aql Path required - Type: string
id required - Type: array object[] · Input[]
inputs required- Type: string
type required - Type: string
default Value - Type: array object[] · List[]
list - Type: string
suffix - Type: object · Validation1
validation
- Type: object · LocalizedDescriptions
localized Descriptions required- Type: string
sl required
- Type: string
localized Name required - Type: object · LocalizedNames2
localized Names required- Type: string
sl required - Type: string
en
- 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
name required - Type: string
node Id required - Type: string
rm Type required - Type: object · Annotations
annotations - Type: string
comment - Type: string
default
- Type: array object[] · Child3[]
children - Type: string
aql Path required - Type: string
id required - Type: array object[] · Input1[]
inputs required - Type: object · LocalizedDescriptions
localized Descriptions required - Type: string
localized Name required - Type: object · LocalizedNames1
localized Names 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
- Type: array string[]
depends On - Type: boolean
in Context - Type: object · TermBindings
term Bindings - Type: object · SNOMEDCT
S N O M E D - C T 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"
}
]
}