Child1
- aqlType: string
Path required - idType: stringrequired
- maxType: integerFormat: int32required
Signed 32-bit integers (commonly used integer type).
- minType: integerFormat: int32required
Signed 32-bit integers (commonly used integer type).
- nameType: stringrequired
- rmType: string
Type required - annotationsType: object · Annotations1
- commentType: string
- view:passType: string
_through
- childrenType: array object[] · Child2[]
- aqlType: string
Path required - idType: stringrequired
- inputsType: array object[] · Input[]required
- localizedType: object · LocalizedDescriptions
Descriptions required - localizedType: string
Name required - localizedType: object · LocalizedNames2
Names required - maxType: integerFormat: int32required
Signed 32-bit integers (commonly used integer type).
- minType: integerFormat: int32required
Signed 32-bit integers (commonly used integer type).
- nameType: stringrequired
- nodeType: string
Id required - rmType: string
Type required - annotationsType: object · Annotations
- childrenType: array object[] · Child3[]
- dependsType: array string[]
On - inType: boolean
Context - termType: object · TermBindings
Bindings
- dependsType: array string[]
On - inType: boolean
Context - inputsType: array object[] · Input2[]
- typeType: stringrequired
- listType: array object[] · List1[]
- suffixType: string
- localizedType: object · LocalizedDescriptions
Descriptions - slType: stringrequired
- localizedType: string
Name - localizedType: object · LocalizedNames1
Names - slType: stringrequired
- nodeType: string
Id - proportionType: array string[]
Types - termType: object · TermBindings
Bindings - SType: object · SNOMEDCT
N O M E D - C T required
Examples
{
"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"
}
]
}
]
}