task
stringlengths 42
101
| input
stringlengths 7
2.13k
| output
stringlengths 1
3.07k
| options
sequence | pageTitle
stringlengths 38
132
| outputColName
stringlengths 1
108
| url
stringlengths 31
165
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
649eefc8_kipedia__the_free_encyclopedia_Behavioral_patterns_In_Design_Patterns | [Name] Mediator [Description] Define an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently. [In Code Complete[15]] No [Other] N/A [In Design Patterns] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Software design pattern - Wikipedia, the free encyclopedia | In Design Patterns | https://en.wikipedia.org/wiki/Design_patterns_(computer_science) | 44/1438042990445.44_20150728002310-00163-ip-10-236-191-2_876752187_2.json |
649eefc8_kipedia__the_free_encyclopedia_Behavioral_patterns_In_Design_Patterns | [Name] Memento [Description] Without violating encapsulation, capture and externalize an object's internal state allowing the object to be restored to this state later. [In Code Complete[15]] No [Other] N/A [In Design Patterns] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Software design pattern - Wikipedia, the free encyclopedia | In Design Patterns | https://en.wikipedia.org/wiki/Design_patterns_(computer_science) | 44/1438042990445.44_20150728002310-00163-ip-10-236-191-2_876752187_2.json |
649eefc8_kipedia__the_free_encyclopedia_Behavioral_patterns_In_Design_Patterns | [Name] Null object [Description] Avoid null references by providing a default object. [In Code Complete[15]] No [Other] N/A [In Design Patterns] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Software design pattern - Wikipedia, the free encyclopedia | In Design Patterns | https://en.wikipedia.org/wiki/Design_patterns_(computer_science) | 44/1438042990445.44_20150728002310-00163-ip-10-236-191-2_876752187_2.json |
649eefc8_kipedia__the_free_encyclopedia_Behavioral_patterns_In_Design_Patterns | [Name] Observer or Publish/subscribe [Description] Define a one-to-many dependency between objects where a state change in one object results in all its dependents being notified and updated automatically. [In Code Complete[15]] Yes [Other] N/A [In Design Patterns] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Software design pattern - Wikipedia, the free encyclopedia | In Design Patterns | https://en.wikipedia.org/wiki/Design_patterns_(computer_science) | 44/1438042990445.44_20150728002310-00163-ip-10-236-191-2_876752187_2.json |
649eefc8_kipedia__the_free_encyclopedia_Behavioral_patterns_In_Design_Patterns | [Name] Servant [Description] Define common functionality for a group of classes. [In Code Complete[15]] No [Other] N/A [In Design Patterns] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Software design pattern - Wikipedia, the free encyclopedia | In Design Patterns | https://en.wikipedia.org/wiki/Design_patterns_(computer_science) | 44/1438042990445.44_20150728002310-00163-ip-10-236-191-2_876752187_2.json |
649eefc8_kipedia__the_free_encyclopedia_Behavioral_patterns_In_Design_Patterns | [Name] Specification [Description] Recombinable business logic in a Boolean fashion. [In Code Complete[15]] No [Other] N/A [In Design Patterns] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Software design pattern - Wikipedia, the free encyclopedia | In Design Patterns | https://en.wikipedia.org/wiki/Design_patterns_(computer_science) | 44/1438042990445.44_20150728002310-00163-ip-10-236-191-2_876752187_2.json |
649eefc8_kipedia__the_free_encyclopedia_Behavioral_patterns_In_Design_Patterns | [Name] State [Description] Allow an object to alter its behavior when its internal state changes. The object will appear to change its class. [In Code Complete[15]] No [Other] N/A [In Design Patterns] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Software design pattern - Wikipedia, the free encyclopedia | In Design Patterns | https://en.wikipedia.org/wiki/Design_patterns_(computer_science) | 44/1438042990445.44_20150728002310-00163-ip-10-236-191-2_876752187_2.json |
649eefc8_kipedia__the_free_encyclopedia_Behavioral_patterns_In_Design_Patterns | [Name] Strategy [Description] Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from clients that use it. [In Code Complete[15]] Yes [Other] N/A [In Design Patterns] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Software design pattern - Wikipedia, the free encyclopedia | In Design Patterns | https://en.wikipedia.org/wiki/Design_patterns_(computer_science) | 44/1438042990445.44_20150728002310-00163-ip-10-236-191-2_876752187_2.json |
649eefc8_kipedia__the_free_encyclopedia_Behavioral_patterns_In_Design_Patterns | [Name] Template method [Description] Define the skeleton of an algorithm in an operation, deferring some steps to subclasses. Template method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure. [In Code Complete[15]] Yes [Other] N/A [In Design Patterns] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Software design pattern - Wikipedia, the free encyclopedia | In Design Patterns | https://en.wikipedia.org/wiki/Design_patterns_(computer_science) | 44/1438042990445.44_20150728002310-00163-ip-10-236-191-2_876752187_2.json |
649eefc8_kipedia__the_free_encyclopedia_Behavioral_patterns_In_Design_Patterns | [Name] Visitor [Description] Represent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the classes of the elements on which it operates. [In Code Complete[15]] No [Other] N/A [In Design Patterns] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Software design pattern - Wikipedia, the free encyclopedia | In Design Patterns | https://en.wikipedia.org/wiki/Design_patterns_(computer_science) | 44/1438042990445.44_20150728002310-00163-ip-10-236-191-2_876752187_2.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Physical state [Remarks] Only substance occurring naturally in all three phases as solid, liquid, and gas on Earth's surface [Importance to the environment] | Transfer of heat between ocean and atmosphere by phase change | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Dissolving ability [Remarks] Dissolves more substances in greater quantities than any other common liquid [Importance to the environment] | Important in chemical, physical, and biological processes | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Density: mass per unit volume [Remarks] Density is determined by (1) temperature, (2) salinity, and (3) pressure, in that order of importance. The temperature of maximum density for pure water is 4 °C. For seawater, the freezing point decreases with increasing salinity [Importance to the environment] | Controls oceanic vertical circulation, aids in heat distribution, and allows seasonal stratification | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Surface tension [Remarks] Highest of all common liquids [Importance to the environment] | Controls drop formation in rain and clouds; important in cell physiology | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Conduction of heat [Remarks] Highest of all common liquids [Importance to the environment] | Important on the small scale, especially on cellular level | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Heat capacity [Remarks] Highest of all common solids and liquids [Importance to the environment] | Prevents extreme range in Earth's temperatures (i.e., great heat moderator) | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Latent heat of fusion [Remarks] Highest of all common liquids and most solids [Importance to the environment] | Thermostatic heat-regulating effect due to the release of heat on freezing and absorption on melting | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Latent heat of vaporization [Remarks] Highest of all common substances [Importance to the environment] | Immense importance: a major factor in the transfer of heat in and between ocean and atmosphere, driving weather and climate | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Refractive index [Remarks] Increases with increasing salinity and decreases with increasing temperature [Importance to the environment] | Objects appear closer than in air | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Transparency [Remarks] Relatively great for visible light; absorption high for infrared and ultraviolet [Importance to the environment] | Important for photosynthesis | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Sound transmission [Remarks] Good compared with other fluids [Importance to the environment] | Allows for sonar and precision depth recorders to rapidly determine water depth, and to detect subsurface features and animals; sounds can be heard great distances underwater | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Compressibility [Remarks] Only slight [Importance to the environment] | Density changes only slightly with pressure/depth | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
09d64aa5_kipedia__the_free_encyclopedia__Importance_to_the_environment | [Property] Boiling and melting points [Remarks] Unusually high [Importance to the environment] | Allows water to exist as a liquid on most of Earth | [] | Water - Wikipedia, the free encyclopedia | Importance to the environment | https://en.wikipedia.org/wiki/Water_and_life | 44/1438042988399.65_20150728002308-00246-ip-10-236-191-2_877430272_0.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Mirth without Mischief, 1780[4] [Giver] My true love sent to me [1] Partridge in a pear-tree [2] Turtle doves [3] French hens [4] Colly birds [5] Gold rings [7] Swans a swimming [8] Maids a milking [9] Drummers drumming [10] Pipers piping [11] Ladies dancing [12] Lords a leaping [6] | Geese a laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Angus, 1774-1825[9] [Giver] My true love sent to me [1] Partridge in a pear tree [2] Turtle doves [3] French hens [4] Colly birds [5] Gold rings [7] Swans a swimming [8] Maids a milking [9] Drummers drumming [10] Pipers piping [11] Ladies dancing [12] Lords a leaping [6] | Geese a laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Halliwell, 1842[10] [Giver] My mother sent to me [1] Partridge in a pear-tree [2] Turtle doves [3] French hens [4] Canary birds [5] Gold rings [7] Swans a swimming [8] Ladies dancing [9] Lords a leaping [10] Ships a sailing [11] Ladies spinning [12] Bells ringing [6] | Geese a laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Halliwell, 1853[11] [Giver] My true love sent to me [1] Partridge in a pear tree [2] Turtle doves [3] French hens [4] Colly birds [5] Gold rings [7] Swans a swimming [8] Maids a milking [9] Drummers drumming [10] Pipers piping [11] Ladies dancing [12] Lords a leaping [6] | Geese a laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Salmon, 1855[12] [Giver] My true love sent to me [1] Partridge upon a pear-tree [2] Turtle-doves [3] French hens [4] Collie birds [5] Gold rings [7] Swans a-swimming [8] Maids a-milking [9] Drummers drumming [10] Pipers piping [11] Ladies dancing [12] Lords a-leaping [6] | Geese a-laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Husk, 1864[13] [Giver] My true love sent to me [1] Partridge in a pear-tree [2] Turtle doves [3] French hens [4] Colley birds [5] Gold rings [7] Swans a-swimming [8] Maids a-milking [9] Drummers drumming [10] Pipers piping [11] Ladies dancing [12] Lords a-leaping [6] | Geese a-laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Cliftonian, 1867[14] [Giver] My true-love sent to me [1] Partridge in a pear-tree [2] Turtle-doves [3] French hens [4] Colley birds [5] Gold rings [7] Swans swimming [8] Hares a-running [9] Ladies dancing [10] Lords a-leaping [11] Badgers baiting [12] Bells a-ringing [6] | Ducks a-laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Clark, 1875[15] [Giver] My true love sent to me [1] Partridge in a pear tree [2] Turtle doves [3] French hens [4] Colour'd birds [5] Gold rings [7] Swans swimming [8] Maids milking [9] Drummers drumming [10] Pipers piping [11] Ladies dancing [12] Lords leaping [6] | Geese laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Henderson, 1879[16] [Giver] My true love sent to me [1] Partridge upon a pear tree [2] Turtle doves [3] French hens [4] Curley birds [5] Gold rings [7] Swans swimming [8] Maids milking [9] Drummers drumming [10] Pipers piping [11] — [12] — [6] | Geese laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Stokoe, 1888[17] [Giver] My true love sent to me [1] Partridge on a pear tree [2] Turtle doves [3] French hens [4] Colly birds [5] Gold rings [7] Swans a-swimming [8] Maids a-milking [9] Drummers drumming [10] Pipers piping [11] Ladies dancing [12] Lords a leaping [6] | Geese a-laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Scott, 1892[18] [Giver] My true love brought to me [1] Very pretty peacock upon a pear tree [2] Turtle-doves [3] French hens [4] Corley birds [5] Gold rings [7] Swans a-swimming [8] Maids a-milking [9] Pipers playing [10] Drummers drumming [11] Lads a-louping [12] Ladies dancing [6] | Geese a-laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Cole, 1900[19] [Giver] My true love sent to me [1] Parteridge upon a pear tree [2] Turtle doves [3] French hens [4] Colly birds [5] Gold rings [7] Squabs a swimming [8] Hounds a running [9] Bears a beating [10] Cocks a crowing [11] Lords a leaping [12] Ladies a dancing [6] | Geese a laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Sharp, 1905[20] [Giver] My true Love sent to me [1] Goldie ring, and the part of a June apple tree [2] Turtle doves, and the part of a mistletoe bough [3] French hens [4] Colley birds [5] Goldie rings [7] Swans a-swimming [8] Boys a-singing [9] Ladies dancing [10] Asses racing [11] Bulls a-beating [12] Bells a-ringing [6] | Geese a-laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Austin, 1909[2] [Giver] My true love sent to me [1] Partridge in a Pear Tree [2] Turtle Doves [3] French Hens [4] Calling Birds [5] Gold Rings [7] Swans a-swimming [8] Maids a-milking [9] Ladies dancing [10] Lords a-leaping [11] Pipers piping [12] Drummers drummming [6] | Geese a-laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
7c5fb1c1_kipedia__the_free_encyclopedia_are_indicated_in_bold_italics__6 | [Source] Swortzell, 1966[5] [Giver] My true love gave to me [1] Partridge in a pear tree [2] Turtle doves [3] French hens [4] Collie birds [5] Golden rings [7] Swans a-swimming [8] Maids a-milking [9] Pipers piping [10] Drummers drumming [11] Lords a-leaping [12] Ladies dancing [6] | Geese a-laying | [
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"D",
"u",
"c",
"k",
"s",
" ",
"a",
"-",
"l",
"a",
"y",
"i",
"n",
"g"
],
[
"G",
"e",
"e",
"s",
"e",
" ",
"l",
"a",
"y",
"i",
"n",
"g"
]
] | The Twelve Days of Christmas (song) - Wikipedia, the free encyclopedia | 6 | https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song) | 44/1438042988399.65_20150728002308-00145-ip-10-236-191-2_871763713_1.json |
eb1b657c_kipedia__the_free_encyclopedia__with_phonetic_part_也__yě__15__Character | [Semantic part] 水(氵) [Phonetic part] 也 [pinyin] chí [Character] | 池 | [
[
"池"
],
[
"驰"
],
[
"弛"
],
[
"施"
],
[
"地"
],
[
"他"
],
[
"她"
],
[
"拖"
]
] | Radical (Chinese characters) - Wikipedia, the free encyclopedia | Character | https://en.wikipedia.org/wiki/Radical_(Chinese_character) | 44/1438042990445.44_20150728002310-00107-ip-10-236-191-2_861143966_5.json |
eb1b657c_kipedia__the_free_encyclopedia__with_phonetic_part_也__yě__15__Character | [Semantic part] 马 [Phonetic part] 也 [pinyin] chí [Character] | 驰 | [
[
"池"
],
[
"驰"
],
[
"弛"
],
[
"施"
],
[
"地"
],
[
"他"
],
[
"她"
],
[
"拖"
]
] | Radical (Chinese characters) - Wikipedia, the free encyclopedia | Character | https://en.wikipedia.org/wiki/Radical_(Chinese_character) | 44/1438042990445.44_20150728002310-00107-ip-10-236-191-2_861143966_5.json |
eb1b657c_kipedia__the_free_encyclopedia__with_phonetic_part_也__yě__15__Character | [Semantic part] 弓 [Phonetic part] 也 [pinyin] chí [Character] | 弛 | [
[
"池"
],
[
"驰"
],
[
"弛"
],
[
"施"
],
[
"地"
],
[
"他"
],
[
"她"
],
[
"拖"
]
] | Radical (Chinese characters) - Wikipedia, the free encyclopedia | Character | https://en.wikipedia.org/wiki/Radical_(Chinese_character) | 44/1438042990445.44_20150728002310-00107-ip-10-236-191-2_861143966_5.json |
eb1b657c_kipedia__the_free_encyclopedia__with_phonetic_part_也__yě__15__Character | [Semantic part] 方 [Phonetic part] 也 [pinyin] shī [Character] | 施 | [
[
"池"
],
[
"驰"
],
[
"弛"
],
[
"施"
],
[
"地"
],
[
"他"
],
[
"她"
],
[
"拖"
]
] | Radical (Chinese characters) - Wikipedia, the free encyclopedia | Character | https://en.wikipedia.org/wiki/Radical_(Chinese_character) | 44/1438042990445.44_20150728002310-00107-ip-10-236-191-2_861143966_5.json |
eb1b657c_kipedia__the_free_encyclopedia__with_phonetic_part_也__yě__15__Character | [Semantic part] 士 [Phonetic part] 也 [pinyin] dì (de) [Character] | 地 | [
[
"池"
],
[
"驰"
],
[
"弛"
],
[
"施"
],
[
"地"
],
[
"他"
],
[
"她"
],
[
"拖"
]
] | Radical (Chinese characters) - Wikipedia, the free encyclopedia | Character | https://en.wikipedia.org/wiki/Radical_(Chinese_character) | 44/1438042990445.44_20150728002310-00107-ip-10-236-191-2_861143966_5.json |
eb1b657c_kipedia__the_free_encyclopedia__with_phonetic_part_也__yě__15__Character | [Semantic part] 人 (亻) [Phonetic part] 也 [pinyin] tā [Character] | 他 | [
[
"池"
],
[
"驰"
],
[
"弛"
],
[
"施"
],
[
"地"
],
[
"他"
],
[
"她"
],
[
"拖"
]
] | Radical (Chinese characters) - Wikipedia, the free encyclopedia | Character | https://en.wikipedia.org/wiki/Radical_(Chinese_character) | 44/1438042990445.44_20150728002310-00107-ip-10-236-191-2_861143966_5.json |
eb1b657c_kipedia__the_free_encyclopedia__with_phonetic_part_也__yě__15__Character | [Semantic part] 女 [Phonetic part] 也 [pinyin] tā [Character] | 她 | [
[
"池"
],
[
"驰"
],
[
"弛"
],
[
"施"
],
[
"地"
],
[
"他"
],
[
"她"
],
[
"拖"
]
] | Radical (Chinese characters) - Wikipedia, the free encyclopedia | Character | https://en.wikipedia.org/wiki/Radical_(Chinese_character) | 44/1438042990445.44_20150728002310-00107-ip-10-236-191-2_861143966_5.json |
eb1b657c_kipedia__the_free_encyclopedia__with_phonetic_part_也__yě__15__Character | [Semantic part] 手 (扌) [Phonetic part] 也 [pinyin] tūo [Character] | 拖 | [
[
"池"
],
[
"驰"
],
[
"弛"
],
[
"施"
],
[
"地"
],
[
"他"
],
[
"她"
],
[
"拖"
]
] | Radical (Chinese characters) - Wikipedia, the free encyclopedia | Character | https://en.wikipedia.org/wiki/Radical_(Chinese_character) | 44/1438042990445.44_20150728002310-00107-ip-10-236-191-2_861143966_5.json |
d3ad1117_kipedia__the_free_encyclopedia__Description | [Mode] r [Name] read [Description] | read a file or list a directory's contents | [] | Modes (Unix) - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Modes_(Unix) | 44/1438042981525.10_20150728002301-00014-ip-10-236-191-2_863172653_3.json |
d3ad1117_kipedia__the_free_encyclopedia__Description | [Mode] w [Name] write [Description] | write to a file or directory | [] | Modes (Unix) - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Modes_(Unix) | 44/1438042981525.10_20150728002301-00014-ip-10-236-191-2_863172653_3.json |
d3ad1117_kipedia__the_free_encyclopedia__Description | [Mode] x [Name] execute [Description] | execute a file or recurse a directory tree | [] | Modes (Unix) - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Modes_(Unix) | 44/1438042981525.10_20150728002301-00014-ip-10-236-191-2_863172653_3.json |
d3ad1117_kipedia__the_free_encyclopedia__Description | [Mode] X [Name] special execute [Description] | which is not a permission in itself but rather can be used instead of x. It applies execute permissions to directories regardless of their current permissions and applies execute permissions to a file which already has at least 1 execute permission bit already set (either user, group or other). It is only really useful when used with '+' and usually in combination with the -R option for giving group or other access to a big directory tree without setting execute permission on normal files (such as text files), which would normally happen if you just used "chmod -R a+rx .", whereas with 'X' you can do "chmod -R a+rX ." instead | [] | Modes (Unix) - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Modes_(Unix) | 44/1438042981525.10_20150728002301-00014-ip-10-236-191-2_863172653_3.json |
d3ad1117_kipedia__the_free_encyclopedia__Description | [Mode] s [Name] setuid/gid [Description] | details in Special modes section | [] | Modes (Unix) - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Modes_(Unix) | 44/1438042981525.10_20150728002301-00014-ip-10-236-191-2_863172653_3.json |
d3ad1117_kipedia__the_free_encyclopedia__Description | [Mode] t [Name] sticky [Description] | details in Special modes section | [] | Modes (Unix) - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Modes_(Unix) | 44/1438042981525.10_20150728002301-00014-ip-10-236-191-2_863172653_3.json |
de12e3fd_kipedia__the_free_encyclopedia__Description | [Priority] 1 [CSS Source Type] Importance [Description] | The ‘!important’ annotation overwrites the previous priority types | [] | Cascading Style Sheets - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/CSS_3 | 16/1438042988312.76_20150728002308-00304-ip-10-236-191-2_870410327_5.json |
de12e3fd_kipedia__the_free_encyclopedia__Description | [Priority] 2 [CSS Source Type] Inline [Description] | A style applied to an HTML element via HTML ‘style’ attribute | [] | Cascading Style Sheets - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/CSS_3 | 16/1438042988312.76_20150728002308-00304-ip-10-236-191-2_870410327_5.json |
de12e3fd_kipedia__the_free_encyclopedia__Description | [Priority] 3 [CSS Source Type] Media Type [Description] | A property definition applies to all media types, unless a media specific CSS defined | [] | Cascading Style Sheets - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/CSS_3 | 16/1438042988312.76_20150728002308-00304-ip-10-236-191-2_870410327_5.json |
de12e3fd_kipedia__the_free_encyclopedia__Description | [Priority] 4 [CSS Source Type] User defined [Description] | Most browsers have the accessibility feature: a user defined CSS | [] | Cascading Style Sheets - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/CSS_3 | 16/1438042988312.76_20150728002308-00304-ip-10-236-191-2_870410327_5.json |
de12e3fd_kipedia__the_free_encyclopedia__Description | [Priority] 5 [CSS Source Type] Selector specificity [Description] | A specific contextual selector (#heading p) overwrites generic definition | [] | Cascading Style Sheets - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/CSS_3 | 16/1438042988312.76_20150728002308-00304-ip-10-236-191-2_870410327_5.json |
de12e3fd_kipedia__the_free_encyclopedia__Description | [Priority] 6 [CSS Source Type] Rule order [Description] | Last rule declaration has a higher priority | [] | Cascading Style Sheets - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/CSS_3 | 16/1438042988312.76_20150728002308-00304-ip-10-236-191-2_870410327_5.json |
de12e3fd_kipedia__the_free_encyclopedia__Description | [Priority] 7 [CSS Source Type] Parent inheritance [Description] | If a property is not specified, it is inherited from a parent element | [] | Cascading Style Sheets - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/CSS_3 | 16/1438042988312.76_20150728002308-00304-ip-10-236-191-2_870410327_5.json |
de12e3fd_kipedia__the_free_encyclopedia__Description | [Priority] 8 [CSS Source Type] CSS property definition in HTML document [Description] | CSS rule or CSS inline style overwrites a default browser value | [] | Cascading Style Sheets - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/CSS_3 | 16/1438042988312.76_20150728002308-00304-ip-10-236-191-2_870410327_5.json |
de12e3fd_kipedia__the_free_encyclopedia__Description | [Priority] 9 [CSS Source Type] Browser default [Description] | The lowest priority: browser default value is determined by W3C initial value specifications | [] | Cascading Style Sheets - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/CSS_3 | 16/1438042988312.76_20150728002308-00304-ip-10-236-191-2_870410327_5.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Allergy and Immunology [Can be subspecialty of] Paediatrics or Internal medicine Both I [Age range of patients] All | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Adolescent Medicine [Can be subspecialty of] Paediatrics Both I [Age range of patients] Paediatric | T | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Anaesthesiology [Can be subspecialty of] None T Unknown [Age range of patients] All | T | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Pathology [Can be subspecialty of] None D Neither [Age range of patients] All | T | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Cardiology [Can be subspecialty of] Internal medicine T I [Age range of patients] Adults | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Paediatric cardiology [Can be subspecialty of] Paediatrics T I [Age range of patients] Paediatric | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Cardiothoracic surgery [Can be subspecialty of] General surgery T S [Age range of patients] Adults | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Child and adolescent psychiatry and psychotherapy [Can be subspecialty of] None T I [Age range of patients] Paediatric | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Clinical neurophysiology [Can be subspecialty of] Neurology D I [Age range of patients] All | Both | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Dermato-Venereology [Can be subspecialty of] None T I [Age range of patients] All | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Emergency Medicine [Can be subspecialty of] Anaesthetics Both I [Age range of patients] All | Both | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Endocrinology [Can be subspecialty of] Internal medicine T I [Age range of patients] Adults | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Gastroenterology [Can be subspecialty of] Internal medicine T I [Age range of patients] Adults | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] General Practice [Can be subspecialty of] None Both Neither [Age range of patients] All | Multidisciplinary | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Geriatrics [Can be subspecialty of] Internal medicine or Family Medicine T I [Age range of patients] Geriatric | Multidisciplinary | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Obstetrics and Gynaecology [Can be subspecialty of] None T S [Age range of patients] All | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Health Informatics [Can be subspecialty of] None Both Neither [Age range of patients] All | Multidisciplinary | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Hospice and Palliative Medicine [Can be subspecialty of] Various Both Neither [Age range of patients] All | Neither | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Infectious diseases [Can be subspecialty of] Pediatrics or Internal medicine Both I [Age range of patients] All | Neither | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Internal Medicine [Can be subspecialty of] None T I [Age range of patients] Adults | Neither | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Interventional Radiology [Can be subspecialty of] Radiology Both Unknown [Age range of patients] All | Multidisciplinary | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Vascular medicine [Can be subspecialty of] Internal medicine T I [Age range of patients] Adults | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Microbiology [Can be subspecialty of] None D I [Age range of patients] All | T | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Nephrology [Can be subspecialty of] Internal medicine T I [Age range of patients] Adults | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Neurology [Can be subspecialty of] Internal medicine T I [Age range of patients] Adults | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Neurosurgery [Can be subspecialty of] Surgery T S [Age range of patients] All | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Nuclear medicine [Can be subspecialty of] None Both I [Age range of patients] All | T | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Occupational medicine [Can be subspecialty of] None T I [Age range of patients] Adults | Multidisciplinary | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Ophthalmology [Can be subspecialty of] None T S [Age range of patients] All | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Orthopaedics [Can be subspecialty of] General surgery T S [Age range of patients] All | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Oral and Maxillofacial Surgery [Can be subspecialty of] Unknown T S [Age range of patients] All | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Otorhinolaryngology [Can be subspecialty of] None T S [Age range of patients] All | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Paediatrics [Can be subspecialty of] None T I [Age range of patients] Paediatric | Neither | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Paediatric allergology [Can be subspecialty of] Paediatrics T I [Age range of patients] Paediatric | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Paediatric endocrinology and diabetes [Can be subspecialty of] Paediatrics T I [Age range of patients] Paediatric | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Paediatric gastroenterology, hepatology and nutrition [Can be subspecialty of] Paediatrics T I [Age range of patients] Paediatric | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Paediatric haematology and oncology [Can be subspecialty of] Paediatrics T I [Age range of patients] Paediatric | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Paediatric infectious diseases [Can be subspecialty of] Paediatrics T I [Age range of patients] Paediatric | O | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
e5d3dd2f_kipedia__the_free_encyclopedia__sed__O__or_technique_based__T_ | [Specialty] Neonatology [Can be subspecialty of] Paediatrics T I [Age range of patients] Neonatal | Neither | [
[
"O"
],
[
"T"
],
[
"B",
"o",
"t",
"h"
],
[
"M",
"u",
"l",
"t",
"i",
"d",
"i",
"s",
"c",
"i",
"p",
"l",
"i",
"n",
"a",
"r",
"y"
],
[
"N",
"e",
"i",
"t",
"h",
"e",
"r"
]
] | Specialty (medicine) - Wikipedia, the free encyclopedia | Organ-based (O) or technique-based (T) | https://en.wikipedia.org/wiki/Physician_Specialty_Codes | 16/1438042988312.76_20150728002308-00324-ip-10-236-191-2_875624914_0.json |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.