Hi Everyone,
I have the data which contains object data inside the Nested data.I want to find out the correct mapping for this. If anybody knows about that then please help me to figure out this problem.
Data:
{
"version": "2018",
"title": "ICD-10-CM External Cause of Injuries Index",
"letter": [
{
"title": "A",
"mainTerm": [
{
"title": {
"#text": [
"Abandonment",
" NEC"
],
"nemod": "(causing exposure to weather conditions) (with intent to injure or kill)"
},
"code": "X58"
},
{
"title": {
"#text": "Abuse",
"nemod": "(adult) (child) (mental) (physical) (sexual)"
},
"code": "X58"
},
{
"title": {
"#text": "Accident",
"nemod": "(to)"
},
"code": "X58",
"term": [
{
"-level": "1",
"title": {
"#text": "aircraft",
"nemod": "(in transit) (powered)"
},
"seeAlso": "Accident, transport, aircraft",
"term": {
"-level": "2",
"title": "due to, caused by cataclysm",
"see": "Forces of nature, by type"
}
},
{
"-level": "1",
"title": "animal-rider",
"see": "Accident, transport, animal-rider"
},
{
"-level": "1",
"title": "animal-drawn vehicle",
"see": "Accident, transport, animal-drawn vehicle occupant"
},
{
"-level": "1",
"title": "automobile",
"see": "Accident, transport, car occupant"
},
{
"-level": "1",
"title": "bare foot water skiier",
"code": "V94.4"
},
{
"-level": "1",
"title": "boat, boating",
"seeAlso": "Accident, watercraft",
"term": {
"-level": "2",
"title": "striking swimmer",
"term": [
{
"-level": "3",
"title": "powered",
"code": "V94.11"
},
{
"-level": "3",
"title": "unpowered",
"code": "V94.12"
}
]
}
}
]
}
]
}
]
}