| name | data type | description |
|---|---|---|
| RemedyType | RemedyTypeEnumeration | |
| Description | NaturalLanguageStringStructure | |
| Extensions | Extensions |
Example
{
"RemedyType" : "unknown",
"Description" : {
"value" : "...",
"lang" : "..."
},
"Extensions" : {
"any" : {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}
}
}